Update contact
PUT/v1/contacts/:id
Update contact
Request
Path Parameters
id numberrequired
Header Parameters
authorization stringrequired
Possible values: Value must match regular expression /Bearer [^\s]+/
Default value: Bearer <Token>
Custom Token generated from the App
- application/json
Body
name string
Full Name of contact
email string
Email of contact
phone string
Phone number of the contact
mobile string
Mobile number of the contact
jobTitle string
Job Title of the contact
Responses
- 204
No Content
- */*
- Schema
- Example (from schema)
Schema
object
{}
Loading...