Update organization
Update organization
| Path Parameters |
|---|
organizationId uuid — REQUIRED |
| Header Parameters |
|---|
organization-id uuidID of organization context this request belongs to. |
| Request Body — REQUIRED | ||||
|---|---|---|---|---|
address object
| ||||
email emailPossible values: 3 ≤ length ≤ 64 Required when creating an organization, optional when updating an organization. | ||||
logo stringPossible values: length ≤ 50000 A base64 encoded image, must start with 'data' followed by a mimetype. | ||||
name stringPossible values: 3 ≤ length ≤ 50 Required when creating an organization, optional when updating an organization. | ||||
registrationNumber stringPossible values: length ≤ 90 Registration number of the company |
| Responses | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200Organization successfully updated
| |||||||||||||||||||||||
400Bad Request (e.g. element not found or resource conflict).
| |||||||||||||||||||||||
403Missing permission
| |||||||||||||||||||||||
500Internal server error (Internal service communication or process error).
|