Modify a report
PATCH /report/{id}
PATCH
/report/{id}
Authorizations
Parameters
Path Parameters
id
required
string
[ "RRSSTTUU"]
The ID of the report
Request Body
What to modify about the report
object
body
The contents of the report
string
This is the meat and potatoes of the report!
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
invalid_input
description
required
The contents of the error
string
Error while parsing multipart payload
401
Incorrect token scopes or no authorization to access the requested item(s)
object
error
required
The name of the error
string
unauthorized
description
required
The contents of the error
string
Authentication Error: Invalid Authentication Credentials
404
The requested item(s) were not found or no authorization to access the requested item(s)