You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
920 B
YAML
36 lines
920 B
YAML
4 years ago
|
put:
|
||
|
tags:
|
||
|
- posts
|
||
|
summary: bookmark a post
|
||
|
description: This operation bookmarks a post.
|
||
|
responses:
|
||
|
'200':
|
||
|
description: Post successfully bookmarked
|
||
|
content:
|
||
|
application/json:
|
||
|
schema:
|
||
|
type: object
|
||
|
properties:
|
||
|
status:
|
||
|
$ref: ../../../components/schemas/Status.yaml#/Status
|
||
|
response:
|
||
|
type: object
|
||
|
properties: {}
|
||
|
delete:
|
||
|
tags:
|
||
|
- posts
|
||
|
summary: unbookmark a post
|
||
|
description: This operation unbookmarks a post.
|
||
|
responses:
|
||
|
'200':
|
||
|
description: Post successfully unbookmarked
|
||
|
content:
|
||
|
application/json:
|
||
|
schema:
|
||
|
type: object
|
||
|
properties:
|
||
|
status:
|
||
|
$ref: ../../../components/schemas/Status.yaml#/Status
|
||
|
response:
|
||
|
type: object
|
||
|
properties: {}
|