Organizations

Add partner

Adding a partner organization. If the given organization is already a partner the result will be state 200 too.

put/api/v1/organizations/{organizationId}/partner

Path parameters

organizationIdstring required

The namespace of the organization

Request body

organizationIdstring required

The namespace of the partner organization to add

Example request

{
  "organizationId": "org.acme"
}

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.