Skip to content

Commit

Permalink
Remove getfavorite endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jellejurre committed Dec 9, 2024
1 parent 1b35761 commit 5ca7a47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
5 changes: 0 additions & 5 deletions openapi/components/codeSamples/favorites.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
-b "auth={authCookie}" \
--data '{"type": "friend", "favoriteId": "userId", "tags": ["string"]}'
'/favorites/{favoriteId}':
get:
- lang: cURL
source: >-
curl -X GET "https://api.vrchat.cloud/api/1/favorites/{favoriteId}" \
-b "auth={authCookie}"
delete:
- lang: cURL
source: >-
Expand Down
18 changes: 0 additions & 18 deletions openapi/components/paths/favorites.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,24 +73,6 @@ paths:
'/favorites/{favoriteId}':
parameters:
- $ref: ../parameters.yaml#/favoriteId
get:
summary: Show Favorite
tags:
- favorites
x-codeSamples:
$ref: "../codeSamples/favorites.yaml#/~1favorites~1{favoriteId}/get"
responses:
'200':
$ref: ../responses/favorites/FavoriteResponse.yaml
'401':
$ref: ../responses/MissingCredentialsError.yaml
'404':
$ref: ../responses/favorites/FavoriteNotFoundError.yaml
operationId: getFavorite
security:
- authCookie: []
description: Return information about a specific Favorite.
parameters: []
delete:
summary: Remove Favorite
operationId: removeFavorite
Expand Down

0 comments on commit 5ca7a47

Please sign in to comment.