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

Changes