curl --request POST \
--url https://api.pxyz.dev/api/v0/notifications/templates/clone-all-to-tenant \
--header 'Content-Type: application/json' \
--data '{
"fromTenantId": "<string>",
"toTenantId": "<string>"
}'
{
"successes": [
"<string>"
],
"failures": [
"<string>"
]
}
curl --request POST \
--url https://api.pxyz.dev/api/v0/notifications/templates/clone-all-to-tenant \
--header 'Content-Type: application/json' \
--data '{
"fromTenantId": "<string>",
"toTenantId": "<string>"
}'
{
"successes": [
"<string>"
],
"failures": [
"<string>"
]
}
Successful response
The response is of type object
.