v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Pathway

Add Groups to a Pathway

This endpoint adds groups to an existing pathway. On a successful add, it returns a 201 Created response with no body. <br><br>Note: This endpoint accepts up to 100 groups. <h3>Required Scope</h3>pathways:write

post/api/v2/pathways/{id}/relationships/groups

Path parameters

idstring required

The ID of the pathway to update.

Request body

Example request

{
  "data": [
    {
      "type": "groups"
    }
  ]
}

Response

Success