Skip to content
Closed
Changes from 1 commit
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.
Comment thread
ComfortablyCoding marked this conversation as resolved.
Outdated
in: query
required: false
schema:
type: boolean
requestBody:
required: true
content:
Expand Down