Merge pull request #38 from gazconroy/main

Reverted anyOf to oneOf
This commit is contained in:
Dessalines 2021-03-23 12:35:01 -04:00 committed by GitHub
commit 945357fc30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ info:
### The 'join' channels - CommunityJoin, ModJoin, PostJoin, UserJoin ### The 'join' channels - CommunityJoin, ModJoin, PostJoin, UserJoin
Most API responses generate an immediate and direct (synchronous) response to to the preceding API request: one of an error or a success response. Most API responses generate an immediate and direct (synchronous) response to to the preceding API request: one of an error or a success response.
However, for the join requests (**CommunityJoin**, **ModJoin**, **PostJoin** and **UserJoin**), you can also receive any of several as it happens (asynchronous) responses. However, for the join requests (**CommunityJoin**, **ModJoin**, **PostJoin** and **UserJoin**), you can also receive one of several as it happens (asynchronous) responses.
### The HTTP API ### The HTTP API
@ -539,7 +539,7 @@ channels:
tags: tags:
- name: User, authentication and admin - name: User, authentication and admin
message: message:
anyOf: oneOf:
- $ref: "#/components/messages/userJoinResponse" - $ref: "#/components/messages/userJoinResponse"
- $ref: "#/components/messages/errorResponse" - $ref: "#/components/messages/errorResponse"
- $ref: "#/components/messages/createCommentLikeResponse" - $ref: "#/components/messages/createCommentLikeResponse"
@ -1062,7 +1062,7 @@ channels:
tags: tags:
- name: Community - name: Community
message: message:
anyOf: oneOf:
- $ref: "#/components/messages/communityJoinResponse" - $ref: "#/components/messages/communityJoinResponse"
- $ref: "#/components/messages/errorResponse" - $ref: "#/components/messages/errorResponse"
- $ref: "#/components/messages/createPostResponse" - $ref: "#/components/messages/createPostResponse"
@ -1366,7 +1366,7 @@ channels:
tags: tags:
- name: Post - name: Post
message: message:
anyOf: oneOf:
- $ref: "#/components/messages/postJoinResponse" - $ref: "#/components/messages/postJoinResponse"
- $ref: "#/components/messages/errorResponse" - $ref: "#/components/messages/errorResponse"
- $ref: "#/components/messages/createCommentResponse" - $ref: "#/components/messages/createCommentResponse"