POST
/
matters
/
{matterId}
/
layouts
/
{itemId}
/
contacts
curl --request POST \
  --url https://api.smokeball.com/matters/{matterId}/layouts/{itemId}/contacts \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json-patch+json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "key": "<string>",
  "contactId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
This response does not have an example.

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

matterId
string
required
itemId
string
required

Body

Response

202

When request is accepted