Agiled Docs
PATCH
/public/v1/contacts/{contactId}

Updates one contact by id.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

contactId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

[key: string]?any

Response Body

application/json

curl -X PATCH "https://loading/public/v1/contacts/string" \  -H "Content-Type: application/json" \  -d '{    "name": "Example Contact"  }'
{  "data": {    "created_at": "string",    "id": "string",    "updated_at": "string"  }}
Empty
Empty
Empty
Empty
Empty