curl --request PATCH \
--url https://api.topsort.com/public/v1/campaign-service/campaigns/{campaign-id}/restrictions/{restriction-id} \
--header 'Content-Type: application/json' \
--data '{
"limit": 123,
"status": "active"
}'
This response does not have an example.
Endpoint to update a campaign restriction.
curl --request PATCH \
--url https://api.topsort.com/public/v1/campaign-service/campaigns/{campaign-id}/restrictions/{restriction-id} \
--header 'Content-Type: application/json' \
--data '{
"limit": 123,
"status": "active"
}'
This response does not have an example.
The ID of the campaign.
The ID of the restriction.
Limit-based restrictions for a campaign.
Successful Response