Skip to content

Commit

Permalink
Deploying to gh-pages from @ e2b4d28 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jellejurre committed Dec 27, 2024
1 parent e5728de commit 3652172
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ paths:
x-codeSamples:
- 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}"
responses:
'200':
Expand All @@ -1353,7 +1353,7 @@ paths:
x-codeSamples:
- 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}"
responses:
'200':
Expand All @@ -1375,7 +1375,7 @@ paths:
x-codeSamples:
- 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}"
responses:
'200':
Expand Down
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ paths:
x-codeSamples:
- 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}"
responses:
'200':
Expand All @@ -1353,7 +1353,7 @@ paths:
x-codeSamples:
- 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}"
responses:
'200':
Expand All @@ -1375,7 +1375,7 @@ paths:
x-codeSamples:
- 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}"
responses:
'200':
Expand Down

0 comments on commit 3652172

Please sign in to comment.