latestOpenAPI 3.0.12026-08-1091181421.2 KB

44eb39b4bd65

Pathways

Update pathway group subscriptions

post/v2/pathways/{id}/subscriptions

Path parameters

idstring required

Request body

groupIdsToAddstring[] required
groupIdsToRemovestring[] required

Example request

{
  "groupIdsToAdd": [
    "61aa04adf5afe00d0a6dac72"
  ],
  "groupIdsToRemove": [
    "67aa04adf5afe00d0a6dac72"
  ]
}

Response

OK