Update an organisation.

patch/v1/organisations/{organisationId}

Path parameters

organisationIdstring uuid required

Request body

namestring required
acronymstring required
summarystring required
websitestring required

Response

The organisation unit has been updated.

organisationIdstring uuid required

The organisation id.

Changes

Changed in 5 of the 50 revisions of this API.612

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    • added the new required request property website

      new-required-request-property

    • added the new required request property summary

      new-required-request-property

  • bf0b42ebdc02311See the full diff
    • added the new required request property acronym

      new-required-request-property

    • added the new required request property name

      new-required-request-property

    • for the path request parameter organisationId, the type/format was changed from string/ to string/uuid

      request-parameter-type-changed

    • removed the request property userIds

      request-property-removed

    • the response property organisationId became required for the status 200

      response-property-became-required