Skip to content

Commit cabd4ee

Browse files
Modify contact schema reference and add contact_res
Updated the reference for contact schema and added contact_res schema with detailed properties.
1 parent 2315136 commit cabd4ee

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

docs/docs/API-docs/v1.1/opensign.yaml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ paths:
246246
content:
247247
application/json:
248248
schema:
249-
$ref: '#/components/schemas/contact'
249+
$ref: '#/components/schemas/contact_res'
250250
responses:
251251
"200":
252252
description: Contact updated successfully!
@@ -5351,6 +5351,31 @@ components:
53515351
$ref: '#/components/schemas/date'
53525352
xml:
53535353
name: contactdetails
5354+
contact_res:
5355+
type: object
5356+
properties:
5357+
name:
5358+
type: string
5359+
format: string
5360+
example: joe bee
5361+
email:
5362+
type: string
5363+
format: string
5364+
example: joebee@example.com
5365+
phone:
5366+
type: string
5367+
format: string
5368+
example: "4131231231"
5369+
company:
5370+
type: string
5371+
format: string
5372+
example: opensign
5373+
job_title:
5374+
type: string
5375+
format: string
5376+
example: dev
5377+
xml:
5378+
name: contactdetails
53545379
folder:
53555380
type: object
53565381
properties:

0 commit comments

Comments
 (0)