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
Example request
{
"organizationId": "org.acme"
}Response
OK