curl --request PUT \
--url https://api.pxyz.dev/api/v0/notifications/templates/{id}/content \
--header 'Content-Type: application/json' \
--data '{
"assets": [
{}
],
"pages": [
{}
],
"styles": [
{}
]
}'
{}
curl --request PUT \
--url https://api.pxyz.dev/api/v0/notifications/templates/{id}/content \
--header 'Content-Type: application/json' \
--data '{
"assets": [
{}
],
"pages": [
{}
],
"styles": [
{}
]
}'
{}
Successful response
The response is of type object
.