PUT
/
v1
/
subscription-sources
/
{sourceId}
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "source_type": "<string>",
    "opt_in_mode": "<string>",
    "is_active": true,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Workspace-scoped API key from the credentials table

Path Parameters

sourceId
string
required

Body

application/json
name
string
required
source_type
string
required
opt_in_mode
string
required
is_active
boolean
required

Response

Updated subscription source

data
object
required