mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 14:50:47 +01:00
26 lines
638 B
YAML
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: {} |