cURL
curl --request PATCH \ --url https://api.hixbe.com/account/organizations/{organizationId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "id": "<string>", "name": "<string>", "description": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization name
1 - 100
Organization description
500
Organization updated successfully
Organization unique identifier
Organization creation timestamp
Organization last update timestamp
Was this page helpful?