Key | Type | Description |
---|---|---|
collection | Collection | See Collection - except for read-only attributes |
Key | Type | Description |
---|---|---|
collection | Collection | Updated collection |
Status | Description |
---|---|
422 | Invalid parameters - see Invalid parameters errors model |
{
"collection": {} // Collection - see 'Collection model'
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v3/infinity-mall/offers/collections/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{}