From 2ac6094ccda6bfd6d7b2bc5644d42f92c26801cc Mon Sep 17 00:00:00 2001 From: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> Date: Thu, 16 Apr 2026 14:39:14 -0400 Subject: [PATCH] add new force option for schema apply --- openapi/paths/schema/apply/schemaApply.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openapi/paths/schema/apply/schemaApply.yaml b/openapi/paths/schema/apply/schemaApply.yaml index c12b0f6..749618a 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: Bypass hash restrictions. + in: query + required: false + schema: + type: boolean requestBody: required: true content: