Skip to main content
PATCH
Update Review App and Websites

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
appName
string
required
Example:

"Google Chrome"

appProductivity
string
required
Example:

"productive"

isIgnoreIdle
boolean
required
Example:

false

teamId
string<uuid>
required
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

appCategory
string | null

Category name from the categories list (e.g. from GET /v1/settings/category)

Example:

"Software Development"

Response

App tracking settings updated successfully

success
boolean
Example:

true

statusCode
integer
Example:

200

statusMessage
string
Example:

"App tracking settings updated successfully"

error
object | null
Example:

null

data
object