Updates the title and/ or description of the campaign. Updating a record moved to the archive is forbidden.
Errors
curl --request PATCH \
--url https://my.exnessaffiliates.com/api/campaigns/{campaign_code}/ \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"description": "<string>",
"archived": true
}
'{
"campaign_code": "string",
"title": "string",
"link_count": "int",
"archived": "bool",
"is_blocked": "bool",
"base_link": "string",
"created": "datetime",
"links": [
{
"link": "string",
"platform": "string",
"os": "string",
"tags": [
"string"
]
}
],
"reward_schema": "string"
}Documentation Index
Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
OK
campaign code
"string"
campaign title
"string"
number of agent links in campaign
"int"
whether campaign archived or not
"bool"
is campaign blocked
"bool"
campaign base agent link
"string"
campaign creation date
"datetime"
campaign links
Show child attributes
[
{
"link": "string",
"platform": "string",
"os": "string",
"tags": ["string"]
}
]campaign reward schema
"string"
curl --request PATCH \
--url https://my.exnessaffiliates.com/api/campaigns/{campaign_code}/ \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"description": "<string>",
"archived": true
}
'{
"campaign_code": "string",
"title": "string",
"link_count": "int",
"archived": "bool",
"is_blocked": "bool",
"base_link": "string",
"created": "datetime",
"links": [
{
"link": "string",
"platform": "string",
"os": "string",
"tags": [
"string"
]
}
],
"reward_schema": "string"
}