Skip to main content
POST
Manage goal relationships

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

workspaceId
string
required

Workspace ID

outcomeId
string
required

Outcome ID

action
enum<string>
required

Action to perform on relationships

Available options:
add,
remove

Body

application/json

Request body for managing outcome relationships

opportunityIds
string[]

Array of opportunity IDs to associate with the outcome

Example:
metricIds
string[]

Array of metric IDs to associate with the outcome

Example:

Response

Relationships successfully modified