diff --git a/openapi/paths/schema/apply/schemaApply.yaml b/openapi/paths/schema/apply/schemaApply.yaml index c12b0f6..dbe2d5b 100644 --- a/openapi/paths/schema/apply/schemaApply.yaml +++ b/openapi/paths/schema/apply/schemaApply.yaml @@ -3,6 +3,13 @@ description: Update the instance's schema by passing the diff previously retriev via `/schema/diff` endpoint in the JSON request body or a JSON/YAML file. This endpoint is only available to admin users. operationId: schemaApply +parameters: +- name: force + description: When `true`, bypasses the hash check and applies the diff regardless of whether or not the current schema matches the snapshot it was generated from. + in: query + required: false + schema: + type: boolean requestBody: required: true content: