PATCH /api/v1/organizations/
Updates an organization’s display name, external ID, or metadata. Requires a valid organization identifier. Region code cannot be modified through this endpoint.Request
Path Parameters
Unique identifier of the organization to be updated.
Body Parameters
Name of the organization to display in the UI. Must be between 1 and 200 characters.
Your application’s unique identifier for this organization, used to link Scalekit with your system.
Custom key-value pairs to store with the organization. Keys must be 3-25 characters, values must be 1-256 characters. Maximum 10 pairs allowed.
Response
The updated organization with all current details reflected in the response.