{
"attachment": {
"locales": [
"en"
],
"title": {
"en": "Text"
}
}
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/content/management/press_releases/1/attachments/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"attachment": {
"locales": [
"en"
],
"title": {
"en": "Text"
}
}
}'
{
"attachment": {
"id": 4,
"customer_id": 123,
"title": {},
"file": null,
"locales": [],
"created_at": "2025-04-07T13:02:18.084354Z",
"updated_at": "2025-04-07T13:02:18.084354Z"
}
}