Update an account
Updates the specified account by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/accounts/{id}
JWT
account:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the account. |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| string | Email address of the company. | format: email | |
| company | string | Name of the company. | min: 1, max: 256 |
| accountAlias | string | Unique account alias. | min: 2, max: 256, pattern: ^[a-zA-Z0-9_-]+$ |
| website | string | Website of the company. | min: 0, max: 256, format: uri |
| logoUrl | string | Logo url. | min: 0, max: 256, format: uri |
| faviconUrl | string | Favicon url. | min: 0, max: 256, format: uri |
| googleClientId | string | Google client id. | min: 0, max: 256 |
Request Example
Responses
200
400
401
403
404
429
500