Update Campaign
Update campaign details. Undeletes a deleted campaign.
scopes:
- admin:discounts
- write:discounts
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account.
9255Body
Campaign properties to update
The campaign is private and will be excluded from public rules when filtered by campaign_id
Response
Campaign Updated
Discount Campaign
An UUID that uniquely identifies the resource
The date-time when the resource was created
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
The date-time when the resource was last updated
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
255The campaign is private and will be excluded from public rules when filtered by campaign_id
Additional metadata about the campaign
{ "sponsor": "Solo", "is_featured": true }