Update activation

Update an activation.

Request
path Parameters
id
required
integer <int64>

Activation to update

segmentId
required
integer <int64>

Segment associated with the Activation

Request Body schema: application/vnd.treasuredata.v1+json
id
string[1-9][0-9]*
type
string
Value: "syndication"
object (SyndicationJsonApiParameters)
Responses
200

Updated Activation

patch/entities/segments/{segmentId}/syndications/{id}
Request samples
application/vnd.treasuredata.v1+json
{
  • "id": "string",
  • "type": "syndication",
  • "attributes": {
    }
}
Response samples
application/vnd.treasuredata.v1+json
{
  • "data": {
    },
  • "included": [
    ]
}