Implement patch, but still a bit ugly
This commit is contained in:
@ -90,7 +90,8 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/PatchSigningRequestDocumentRequest"
|
||||
items:
|
||||
$ref: "#/components/schemas/PatchOperation"
|
||||
responses:
|
||||
204:
|
||||
description: "Signing request document was patched"
|
||||
@ -216,7 +217,7 @@ components:
|
||||
confirmed:
|
||||
type: boolean
|
||||
|
||||
PatchSigningRequestDocumentRequest:
|
||||
PatchOperation:
|
||||
type: object
|
||||
required:
|
||||
- op
|
||||
|
Reference in New Issue
Block a user