Skip to main content
PATCH
Change monitoring scope

Authorizations

Authorization
string
header
required

API key for authentication.

Path Parameters

id
string<uuid>
required

The monitoring config id.

Example:

"8f1d6b2c-3a4e-4c5d-9e6f-0a1b2c3d4e5f"

Body

application/json
scope
enum<string>
required

Which changes are logged โ€” all, schema changes only, or record changes only.

Available options:
all,
schema_only,
records_only
Example:

"all"

Response

The updated config.

config
Monitoring Config ยท object