Skip to content

Commit

Permalink
change file to analysis for analysis endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
imZuxi authored Dec 27, 2024
1 parent 457ca88 commit 41aebe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi/components/codeSamples/files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@
get:
- lang: cURL
source: >-
curl -X GET "https://api.vrchat.cloud/api/1/file/{fileId}/{versionId}" \
curl -X GET "https://api.vrchat.cloud/api/1/analysis/{fileId}/{versionId}" \
-b "auth={authCookie}"
/analysis/{fileId}/{versionId}/security:
get:
- lang: cURL
source: >-
curl -X GET "https://api.vrchat.cloud/api/1/file/{fileId}/{versionId}/security" \
curl -X GET "https://api.vrchat.cloud/api/1/analysis/{fileId}/{versionId}/security" \
-b "auth={authCookie}"
/analysis/{fileId}/{versionId}/standard:
get:
- lang: cURL
source: >-
curl -X GET "https://api.vrchat.cloud/api/1/file/{fileId}/{versionId}/standard" \
curl -X GET "https://api.vrchat.cloud/api/1/analysis/{fileId}/{versionId}/standard" \
-b "auth={authCookie}"

0 comments on commit 41aebe3

Please sign in to comment.