Resolve detection
Relative path: /v2/detections/{detectionUuid}:resolve
Mark [detection] as resolved.
Request body
Display Schema instead of an Example or vice-versa
Type |
Required |
Example |
Schema |
---|---|---|---|
application/json |
No |
{ "note": "string" } |
{
"$ref": "DetectionsResolveDetectionBody",
"note": {
"type": "string",
"description": "Arbitrary text explaining resolution."
}
} |
Parameters in path
Name |
Type |
Required |
Description |
---|---|---|---|
detectionUuid |
string |
Yes |
[Detection] reference. type: Detection |
Responses
Display Schema instead of an Example or vice-versa
Code |
Description |
Example |
Schema |
---|---|---|---|
200 |
A successful response. |
{} |
{
"$ref": "v2ResolveDetectionResponse",
"title": "empty",
"type": "object"
} |
default |
An unexpected error response. |
{ "code": 0, "message": "string", "details": [ { "@type": "string" } ] } |
{ "$ref": "rpcStatus", "code": { "type": "integer", "format": "int32" }, "message": { "type": "string" }, "details": [ { "$ref": "protobufAny", "@type": { "type": "string" } } ] } |
202 |
Response took too long and the request was cached. |
null |
[] |