get
https://example.com
PUT /v2/campaigns/{campaignId} — Update a campaign
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Updates fields on an existing campaign. All body fields are optional; only provided fields are updated.
Request body
| Field | Type | Description |
|---|---|---|
name | string | Campaign display name |
description | string | Campaign description |
priority | number | Rendering priority |
startDate | date | Campaign start date (ISO 8601) |
endDate | date | Campaign end date (ISO 8601) |
entryPointType | string | Entry point type |
entryPointId | string | Entry point resource ID |
couponConfig | object | Coupon configuration |
placementAssets | array | Placement asset definitions |
status | string | Campaign status |
isLive | boolean | Live flag |
Errors
| Status | Code | Description |
|---|---|---|
| 404 | entity_not_found | Campaign not found, or does not belong to the authenticated affiliate |
Required role
Affiliate token required
