v1
latestOpenAPI 3.0.02026-07-24378968.5 KBContacts
/contacts/{id}
Update all information about a contact passing his ID
put/contacts/{id}
Path parameters
idstring required
Headers
octa-agent-emailstring
Request body
Example request
{
"name": "Jane Doe",
"email": "jane_doe@test.com",
"phoneContacts": [
{
"number": "119999999999",
"countryCode": "55"
}
]
}Response
Example response
{
"name": "Jane Doe",
"email": "jane_doe@test.com",
"phoneContacts": [
{
"number": "119999999999",
"countryCode": "55"
}
]
}