Skip to content

Commit e2b4d28

Browse files
authored
change file to analysis for analysis endpoint (#425)
1 parent 457ca88 commit e2b4d28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

openapi/components/codeSamples/files.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@
6565
get:
6666
- lang: cURL
6767
source: >-
68-
curl -X GET "https://api.vrchat.cloud/api/1/file/{fileId}/{versionId}" \
68+
curl -X GET "https://api.vrchat.cloud/api/1/analysis/{fileId}/{versionId}" \
6969
-b "auth={authCookie}"
7070
/analysis/{fileId}/{versionId}/security:
7171
get:
7272
- lang: cURL
7373
source: >-
74-
curl -X GET "https://api.vrchat.cloud/api/1/file/{fileId}/{versionId}/security" \
74+
curl -X GET "https://api.vrchat.cloud/api/1/analysis/{fileId}/{versionId}/security" \
7575
-b "auth={authCookie}"
7676
/analysis/{fileId}/{versionId}/standard:
7777
get:
7878
- lang: cURL
7979
source: >-
80-
curl -X GET "https://api.vrchat.cloud/api/1/file/{fileId}/{versionId}/standard" \
80+
curl -X GET "https://api.vrchat.cloud/api/1/analysis/{fileId}/{versionId}/standard" \
8181
-b "auth={authCookie}"

0 commit comments

Comments
 (0)