action id4i_add_partner_organization { label: "Add partner" description: "Adding a partner organization. If the given organization is already a partner the result will be state 200 too." provider: id4i method: PUT path: "/api/v1/organizations/{organizationId}/partner" encoding: json input: { type: "object" properties: { organizationId: { type: "string" } } required: ["organizationId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }