mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Minor edit - forgot to save
This commit is contained in:
parent
fb617360d5
commit
b1f9f1f4c6
1 changed files with 5 additions and 5 deletions
|
@ -601,7 +601,7 @@ channels:
|
||||||
- name: Site
|
- name: Site
|
||||||
message:
|
message:
|
||||||
$ref: '#/components/messages/createSiteRequest'
|
$ref: '#/components/messages/createSiteRequest'
|
||||||
# Not sure how to set up virgin server to test CreateSite, hence no 'subscribe' option documented
|
# COMMENT. Not sure how to set up virgin server to test CreateSite, hence no 'subscribe' option documented
|
||||||
EditSite:
|
EditSite:
|
||||||
publish:
|
publish:
|
||||||
summary: EditSite (Request)
|
summary: EditSite (Request)
|
||||||
|
@ -811,7 +811,7 @@ channels:
|
||||||
- name: Community
|
- name: Community
|
||||||
message:
|
message:
|
||||||
$ref: '#/components/messages/banFromCommunityRequest'
|
$ref: '#/components/messages/banFromCommunityRequest'
|
||||||
# Issues with Docker, hence subscribe not documented
|
# COMMENT Issues with Docker, hence subscribe not documented
|
||||||
AddModToCommunity:
|
AddModToCommunity:
|
||||||
publish:
|
publish:
|
||||||
summary: AddModToCommunity (request)
|
summary: AddModToCommunity (request)
|
||||||
|
@ -828,7 +828,7 @@ channels:
|
||||||
- name: Community
|
- name: Community
|
||||||
message:
|
message:
|
||||||
$ref: '#/components/messages/addModToCommunityRequest'
|
$ref: '#/components/messages/addModToCommunityRequest'
|
||||||
# No response from server, hence subscribe not documented
|
# COMMENT Issues with Docker, hence subscribe not documented
|
||||||
TransferCommunity:
|
TransferCommunity:
|
||||||
publish:
|
publish:
|
||||||
summary: TransferCommunity (Request)
|
summary: TransferCommunity (Request)
|
||||||
|
@ -845,7 +845,7 @@ channels:
|
||||||
- name: Community
|
- name: Community
|
||||||
message:
|
message:
|
||||||
$ref: '#/components/messages/transferCommunityRequest'
|
$ref: '#/components/messages/transferCommunityRequest'
|
||||||
# Issues with Docker, hence subscribe not documented
|
# COMMENT Issues with Docker, hence subscribe not documented
|
||||||
CommunityJoin:
|
CommunityJoin:
|
||||||
publish:
|
publish:
|
||||||
summary: CommunityJoin (request)
|
summary: CommunityJoin (request)
|
||||||
|
@ -1071,7 +1071,7 @@ channels:
|
||||||
oneOf:
|
oneOf:
|
||||||
- $ref: '#/components/messages/postLockResponse'
|
- $ref: '#/components/messages/postLockResponse'
|
||||||
- $ref: '#/components/messages/errorResponse'
|
- $ref: '#/components/messages/errorResponse'
|
||||||
# Request would not work ('variant not found') with post id set to either edit_id (as in the docs) or to post_id (as in StickyPost)
|
# COMMENT. Request would not work ('variant not found') with post id set to either edit_id (as in the docs) or to post_id (as in StickyPost)
|
||||||
StickyPost:
|
StickyPost:
|
||||||
publish:
|
publish:
|
||||||
summary: StickyPost (request)
|
summary: StickyPost (request)
|
||||||
|
|
Loading…
Reference in a new issue