Modify a report
PATCH /report/{id}
PATCH
/report/{id}
Authorizations
Parameters
Path Parameters
id
required
string
The ID of the report
Request Body
What to modify about the report
object
body
The contents of the report
string
closed
Whether the thread should be closed
boolean
Responses
204
Expected response to a valid request
400
Request was invalid, see given error
object
error
required
The name of the error
string
description
required
The contents of the error
string
401
Incorrect token scopes or no authorization to access the requested item(s)
object
error
required
The name of the error
string
description
required
The contents of the error
string
404
The requested item(s) were not found or no authorization to access the requested item(s)