cURL
curl --request POST \ --url https://api.smokeball.com/matters/{matterId}/tags \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data '[ { "id": "<string>", "name": "<string>", "color": "<string>", "type": 0 } ]'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }
The body is of type object[].
object[]
When request is successful.
The response is of type object.
object