Skip to content

Re-applies the configuration of an earlier revision to an EXISTING route (never the name — the natural key, exactly like update).

POST
/v1/m/notify/routes/{id}/restore
curl --request POST \
--url https://example.com/v1/m/notify/routes/example/restore \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "revision_id": "example" }'

Re-applies the configuration of an earlier revision to an EXISTING route (never the name — the natural key, exactly like update).

id
required
string

Path parameter id.

X-Olivares-Tenant
string format: uuid

Target tenant id; required when the principal can act in more than one tenant.

Media type application/json
object
revision_id
required
string
>= 1 characters
Example generated
{
"revision_id": "example"
}

OK

Media type application/json
object
Example generated
{}

Bad request

Media type application/json
object
Example generated
{}

Unauthenticated

Media type application/json
object
Example generated
{}

Forbidden

Media type application/json
object
Example generated
{}

Not found

Media type application/json
object
Example generated
{}

Conflict / setup required

Media type application/json
object
Example generated
{}

Rate limited

Media type application/json
object
Example generated
{}