Files
NodeBB/public/openapi/write/flags/flagId/report.yaml
2023-10-12 10:23:30 -04:00

26 lines
638 B
YAML

delete:
tags:
- flags
summary: rescind a flag report
description: This operation rescinds the report made for a given flag.
parameters:
- in: path
name: flagId
schema:
type: number
required: true
description: a valid flag id
example: 2
responses:
'200':
description: Flag report rescinded
content:
application/json:
schema:
type: object
properties:
status:
$ref: ../../../components/schemas/Status.yaml#/Status
response:
type: object
properties: {}