Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions openapi/paths/schema/apply/schemaApply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down