patch http://127.0.0.1:3000/v1/organizations/
Use this endpoint to update the details of an Organization.
For compliance reasons, the legalDocument
field cannot be updated after the organization is created. However, you can edit the following fields:
legalName
doingBusinessAs
address
status
parentOganizationId
metadata
Metadata update
Please note the following when updating the metadata object:
- If no metadata object is provided, the existing metadata will remain unchanged.
- Sending an empty metadata object will remove all current metadata.
- Sending a metadata object with values will overwrite all existing metadata, so be sure to include any pre-existing data you wish to retain.