Skip to main content
PATCH
/
v1
/
api
/
me
Update my profile
curl --request PATCH \
  --url https://api.hq.zone/v1/api/me \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "time_format": "<string>",
  "time_zone": "<string>"
}
'

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Body

application/json
time_format
string | null

auto / 12h / 24h - the web-UI clock preference (migration 0169).

time_zone
string | null

auto / profile - the web-UI timezone preference (migration 0170).

Response

200 - application/json

Preferences updated