Update contact create swagger (#6576)
This commit is contained in:
parent
d870b0815a
commit
f1827c82fd
@ -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
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user