Skip to content

Update current user profile​

PUT
/profile

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Request Body​

application/json
JSON
{
  
"name": "string",
  
"email": "string",
  
"timezone": "America/New_York",
  
"time_format": "string",
  
"confirm_changelog_delete": true,
  
"confirm_changelog_publish": true
}

Responses​

OK

application/json
JSON
{
  
"user": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI