PUT
/
rest
/
log
/
hide
/
{threadId}
curl --request PUT \
  --url https://copilotz.com/rest/log/hide/{threadId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

threadId
integer
required

Body

application/json · object

Response

200 - application/json
Successful response

The response is of type object.