Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
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>"
}
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>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.