Contexts
Update a context
Update a context using the Novu REST API. Requires your environment secret key in the Authorization header.
PATCH
PHP
Authorizations
API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
Headers
A header for idempotency purposes
Body
application/json
Custom data to associate with this context. Replaces existing data.
Example:
{
"tenantName": "Acme Corp",
"region": "us-east-1",
"settings": { "theme": "dark" }
}