Appearance
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"
{
 Â
}