Skip to content

Commit

Permalink
Deploying to gh-pages from @ e637b33 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesclark committed Apr 15, 2024
1 parent 000d83d commit df5449f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dist/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,8 @@ paths:
responses:
'200':
$ref: '#/components/responses/NotificationResponse'
'400':
$ref: '#/components/responses/FriendBadRequestError'
'401':
$ref: '#/components/responses/MissingCredentialsError'
'404':
Expand Down Expand Up @@ -8890,6 +8892,23 @@ components:
details: '{}'
seen: false
created_at: 2021-01-01T00:00:00.000Z
FriendBadRequestError:
description: Bad request error response when sending a friend request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
Users Already Friends:
value:
error:
message: Users are already friends
status_code: 400
Already Sent a Friend Request:
value:
error:
message: This user has already been sent a friend request
status_code: 400
UserDoesntExistError:
description: >-
Error response when trying to send a friend request to a user which
Expand Down
19 changes: 19 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,8 @@ paths:
responses:
'200':
$ref: '#/components/responses/NotificationResponse'
'400':
$ref: '#/components/responses/FriendBadRequestError'
'401':
$ref: '#/components/responses/MissingCredentialsError'
'404':
Expand Down Expand Up @@ -8890,6 +8892,23 @@ components:
details: '{}'
seen: false
created_at: 2021-01-01T00:00:00.000Z
FriendBadRequestError:
description: Bad request error response when sending a friend request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
Users Already Friends:
value:
error:
message: Users are already friends
status_code: 400
Already Sent a Friend Request:
value:
error:
message: This user has already been sent a friend request
status_code: 400
UserDoesntExistError:
description: >-
Error response when trying to send a friend request to a user which
Expand Down

0 comments on commit df5449f

Please sign in to comment.