Logs
Hide Logs By threadId
This HTTP PUT request is used to hide log information for a specific thread by providing the thread ID as a path parameter. The response will be in JSON format indicating the success of the operation. The response will have a status code of 200, indicating a successful request, and the content type will be application/json.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json · object
Response
200 - application/json
Successful response
The response is of type object
.