cURL
curl --request PUT \ --url https://identity.nks.europe-west4.nscale.com/api/v1/organizations/{organizationID} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data @- <<EOF { "metadata": { "name": "acme", "description": "Acme.com's organization." }, "spec": { "organizationType": "adhoc" } } EOF
{ "error": "access_denied", "error_description": "authentication failed" }
Update an organization.
Operation requires OAuth 2.0 bearer token authentication.
An organization ID.
Body required to update an organization.
An organization when created or updated.
Metadata required for all API resource reads and writes.
Show child attributes
An organization.
Organization successfully updated and returned.