Update contact create swagger (#6576)

This commit is contained in:
Tejaswini Chile 2023-03-01 20:24:21 +05:30 committed by GitHub
parent d870b0815a
commit f1827c82fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 69 additions and 53 deletions

View File

@ -1,5 +1,11 @@
type: object type: object
properties: properties:
payload:
type: object
properties:
contact:
type: object
properties:
email: email:
type: string type: string
description: Email address of the contact description: Email address of the contact

View File

@ -4854,6 +4854,12 @@
} }
} }
}, },
"contact": {
"type": "object",
"properties": {
"payload": {
"type": "object",
"properties": {
"contact": { "contact": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -4892,6 +4898,10 @@
} }
} }
} }
}
}
}
}
}, },
"conversation": { "conversation": {
"type": "object", "type": "object",