[PATCH] /{id}
/api/bpm/organizations/{id}
Description | This endpoint is used to update an organization whose id is provided in the path. It allows updating the organization's name or setting the organization as active. At least one of the parameters, name or active, must be provided. When an organization is successfully updated, the endpoint will return 204 No Content. The organization name can only be updated in enaio versions greater than 12.0. The active status can be updated in all versions. |
|---|---|
Required Systemrole | R_WFEDIT_START (ID = 21) |
Request | PATCH |
Response | JSON |
Minimum Version | 1.4.0 |
Request |
{
"name": "Organisation",
"active": true
} |
Response codes |
|