chore: Ability to create contact with identifiers (#2802)
This commit is contained in:
@@ -1281,7 +1281,8 @@
|
||||
{
|
||||
"name": "q",
|
||||
"in": "query",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "Search using contact `name`, `identifier`, `email` or `phone number`"
|
||||
},
|
||||
{
|
||||
"$ref": "#/parameters/contact_sort_param"
|
||||
@@ -3376,13 +3377,20 @@
|
||||
"required": true
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "name of the contact"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "email of the contact"
|
||||
},
|
||||
"phone_number": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "phone number of the contact"
|
||||
},
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "A unique identifier for the contact in external system"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -3390,13 +3398,20 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "name of the contact"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "email of the contact"
|
||||
},
|
||||
"phone_number": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "phone number of the contact"
|
||||
},
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "A unique identifier for the contact in external system"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user