Skip to main content

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

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

No Content

Schema

    object

Loading...