cURL
curl --request PUT \ --url https://api.example.com/organizations/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>" }
Name given to the organization.
Organization updated successfully
Unique identifier of the organization.