POST
/
notifications
/
templates
/
clone-all-to-tenant
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>"
  ]
}

Body

application/json
fromTenantId
string
required
toTenantId
string
required

Response

200
application/json
Successful response
successes
string[]
required
failures
string[]
required