PATCH
/
team
/
default-sp-chatops
Reset default chat ops for a field
curl --request PATCH \
  --url https://api.wirespeed.co/team/default-sp-chatops \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "field": "<string>"
}'
{
  "value": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
field
string
required

Response

value
string
required