v1
latestOpenAPI 3.0.22026-07-144652931.4 MBEnrichment Schemas
Update an enrichment schema
Updates the name and/or description of an enrichment schema. At least one of name or description must be provided. Schema fields cannot be changed after creation.
<!-- theme: warning -->Early Access
This API is in Early Access and may change at any time. Contact your PagerDuty account team to request access.
Scoped OAuth requires: contextual_data.write
put/enrichment/schemas/{schema_id}
Path parameters
schema_idstring uuid required
The ID of the enrichment schema.
Headers
Acceptstring required
The Accept header is used as a versioning header.
Content-Type'application/json' required
Request body
Response
The enrichment schema was updated successfully.
Example response
{
"schema": {
"type": "enrichment_schema"
}
}