cURL
curl --request PATCH \ --url https://api.thundercompute.com:8443/v1/org \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "organization_id": "<string>", "organization_name": "<string>", "organization_slug": "<string>" }
Update the organization name
Organization update request
The body is of type object.
object
OK
Was this page helpful?