Body
-
Minimum length is
1
.
curl \
--request PATCH 'https://api.fygi.store/external/api/campaigns' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '[{"id":"string","name":{"value":"string"},"image":{"value":"string"},"startDate":{"value":"2025-05-04T09:42:00Z"},"endDate":{"value":"2025-05-04T09:42:00Z"},"storeId":{"value":"string"},"active":{"value":true},"rule":{"value":{"type":"cashDiscount","requiresMembership":true,"scope":"product"}},"products":{"value":[{"id":"string","sortIndex":42}]}}]'
curl \
--request PATCH 'https://api.fygi.store/external/api/campaigns' \
--header "authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PATCH 'https://api.fygi.store/external/api/campaigns' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/*+json"
[
{
"id": "string",
"name": {
"value": "string"
},
"image": {
"value": "string"
},
"startDate": {
"value": "2025-05-04T09:42:00Z"
},
"endDate": {
"value": "2025-05-04T09:42:00Z"
},
"storeId": {
"value": "string"
},
"active": {
"value": true
},
"rule": {
"value": {
"type": "cashDiscount",
"requiresMembership": true,
"scope": "product"
}
},
"products": {
"value": [
{
"id": "string",
"sortIndex": 42
}
]
}
}
]
[
{
"id": "string",
"name": {
"value": "string"
},
"image": {
"value": "string"
},
"startDate": {
"value": "2025-05-04T09:42:00Z"
},
"endDate": {
"value": "2025-05-04T09:42:00Z"
},
"storeId": {
"value": "string"
},
"active": {
"value": true
},
"rule": {
"value": {
"type": "cashDiscount",
"requiresMembership": true,
"scope": "product"
}
},
"products": {
"value": [
{
"id": "string",
"sortIndex": 42
}
]
}
}
]
[
{
"id": "string",
"name": {
"value": "string"
},
"image": {
"value": "string"
},
"startDate": {
"value": "2025-05-04T09:42:00Z"
},
"endDate": {
"value": "2025-05-04T09:42:00Z"
},
"storeId": {
"value": "string"
},
"active": {
"value": true
},
"rule": {
"value": {
"type": "cashDiscount",
"requiresMembership": true,
"scope": "product"
}
},
"products": {
"value": [
{
"id": "string",
"sortIndex": 42
}
]
}
}
]