Skip to main content

Update an existing organization

PUT 

/platform/solutions/api/v1/orgs/{orgId}

Modify details of an existing organization identified by its ID.

Parameters

  • orgId (Guid, required): ID of the organization.
  • Request body: CreateUpdateOrgDto with updated values.
  • input (CreateUpdateOrgDto, required): the organization definition, including:
    • Name (string, required, max length 100): the name of the organization.
    • ParentId (string, optional): the ID of the parent organization, if applicable.

Responses

  • 200 OK: organization updated successfully.
  • 404 Not Found: organization not found.

Security

  • This API requires authentication.

Request

Responses

OK