/metadata_templates/{scope}/{template_key}/schemaUpdate a metadata template
Updates an existing metadata template by applying a JSON Patch-style array of operations. Use scope and template_key to identify the template, and provide the appropriate operation fields for changes such as adding, editing, reordering, or removing fields and options. The update is applied atomically.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
A JSON Patch-style array of metadata template update operations, applied atomically.
A 400 is returned when the request body is not a valid metadata schema or an operation is invalid. scope must be global or enterprise, and each operation must include an op value from the supported metadata template operations. A 403 is returned when the authenticated user is not allowed to use the requested scope, and a 404 is returned when the template does not exist.