mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-29 03:09:49 +02:00
Modify API response schema and add new definition
Updated response schema reference and added inline_response_200_14 definition.
This commit is contained in:
@@ -253,7 +253,7 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/inline_response_200_5'
|
||||
$ref: '#/components/schemas/inline_response_200_14'
|
||||
"400":
|
||||
description: Please provide valid field names!
|
||||
content:
|
||||
@@ -7033,6 +7033,15 @@ components:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/folder_res'
|
||||
inline_response_200_14:
|
||||
type: object
|
||||
properties:
|
||||
objectId:
|
||||
type: string
|
||||
example: Bh2Hspnmch
|
||||
message:
|
||||
type: string
|
||||
example: Contact updated successfully
|
||||
selfsigndocument_body_signer:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user