diff --git a/openapi/components/codeSamples/favorites.yaml b/openapi/components/codeSamples/favorites.yaml index 18296d4..a2e153f 100644 --- a/openapi/components/codeSamples/favorites.yaml +++ b/openapi/components/codeSamples/favorites.yaml @@ -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: >- diff --git a/openapi/components/paths/favorites.yaml b/openapi/components/paths/favorites.yaml index 18ec71b..e63330b 100644 --- a/openapi/components/paths/favorites.yaml +++ b/openapi/components/paths/favorites.yaml @@ -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