From e2b4d2878daaa5933c337d4b20398d2adfe8c3bc Mon Sep 17 00:00:00 2001 From: imZuxi <44907678+imZuxi@users.noreply.github.com> Date: Fri, 27 Dec 2024 03:08:11 -0500 Subject: [PATCH] change file to analysis for analysis endpoint (#425) --- openapi/components/codeSamples/files.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi/components/codeSamples/files.yaml b/openapi/components/codeSamples/files.yaml index 9617db2..8ede989 100644 --- a/openapi/components/codeSamples/files.yaml +++ b/openapi/components/codeSamples/files.yaml @@ -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}"