Patch providers-group relations

Patch associations between group and providers.

Request
path Parameters
groupId
required
string <uuid>

Identifier of the group.

Request Body schema: application/json
add
Array of strings <uuid>

Collection of unique provider identifiers. If set, new relations between the group and specified provider in this collection will be created.

remove
Array of strings <uuid>

Collection of unique provider identifiers. If set, the existing relations between the group and specified provider in this collection will be removed.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

patch/groups/{groupId}/providers
Request samples
application/json
{
  • "add": [
    ],
  • "remove": [
    ]
}