You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
713 B

post:
description: Moderate comment - approve
parameters:
- name: threadId
in: path
required: true
schema:
type: integer
responses:
'200':
description: approve response
content:
application/json:
schema:
type: object
properties:
threadId:
type: integer
type:
type: string
objectId:
type: string
status:
type: string
do:
type: string
'403':
description: forbidden
content:
application/json:
schema:
$ref: schemas-Error.yaml