v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
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