v1

latestSwagger 2.02026-07-14262752.1 KB
Organizers

Update organizer

Updates the products of the specified organizer. To add a product (G2M, G2W, G2T, OPENVOICE) for the organizer, the call must be sent once for each product you want to add. To remove all products for the organizer, set status to 'suspended'. The call is limited to users with the admin role.

put/organizers/{organizerKey}

Path parameters

organizerKeyinteger required

The key of the organizer

Headers

Authorizationstring required

Access token

Request body

productType'G2M' | 'G2T' | 'G2W' | 'OPENVOICE'

The products the organizer has access to, can be 'G2M', 'G2W', 'G2T' or 'OPENVOICE'

status'suspended'

The status of the organizer can be set to. Use 'suspended' to remove all products. The formerly used status 'active' is now DEPRECATED for this call. To activate the organizer please assign a product. In this case do not pass this parameter

Response

No Content