Skip to content

Commit 9430734

Browse files
committed
Deploying to gh-pages from @ 934a438 🚀
1 parent 2e034e7 commit 9430734

File tree

2 files changed

+44
-72
lines changed

2 files changed

+44
-72
lines changed

dist/openapi.yaml

Lines changed: 22 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -8411,22 +8411,6 @@ components:
84118411
- GROUPS
84128412
- INSTANCE
84138413
- LANGUAGE
8414-
DeploymentGroup:
8415-
type: string
8416-
description: |-
8417-
Used to identify which API deployment cluster is currently responding.
8418-
8419-
`blue` and `green` are used by Production.
8420-
`grape`and `cherry` are used during Development.
8421-
8422-
[Blue Green Deployment by Martin Fowler](https://martinfowler.com/bliki/BlueGreenDeployment.html)
8423-
enum:
8424-
- blue
8425-
- green
8426-
- grape
8427-
- cherry
8428-
title: DeploymentGroup
8429-
default: blue
84308414
APIConfigDownloadURLList:
84318415
additionalProperties: false
84328416
description: Download links for various development assets.
@@ -8560,6 +8544,12 @@ components:
85608544
type: object
85618545
description: A category used for reporting content
85628546
properties:
8547+
description:
8548+
type: string
8549+
description: The description of the report category
8550+
title:
8551+
type: string
8552+
description: The title of the report category
85638553
text:
85648554
type: string
85658555
description: The label of the report category
@@ -8644,12 +8634,6 @@ components:
86448634
analyticsSegment_NewUI_Salt:
86458635
description: Unknown
86468636
type: string
8647-
appName:
8648-
default: VrChat
8649-
deprecated: true
8650-
description: Game name
8651-
minLength: 1
8652-
type: string
86538637
availableLanguageCodes:
86548638
description: List of supported Languages
86558639
type: array
@@ -8682,10 +8666,6 @@ components:
86828666
- Quest
86838667
- XRElite
86848668
- iOSMobile
8685-
buildVersionTag:
8686-
description: Build tag of the API server
8687-
minLength: 1
8688-
type: string
86898669
chatboxLogBufferSeconds:
86908670
default: 40
86918671
description: Unknown
@@ -8777,8 +8757,6 @@ components:
87778757
$ref: '#/components/schemas/AvatarID'
87788758
defaultStickerSet:
87798759
type: string
8780-
deploymentGroup:
8781-
$ref: '#/components/schemas/DeploymentGroup'
87828760
devLanguageCodes:
87838761
type: array
87848762
description: Unknown
@@ -9003,6 +8981,8 @@ components:
90038981
properties:
90048982
avatar:
90058983
$ref: '#/components/schemas/ReportCategory'
8984+
avatarpage:
8985+
$ref: '#/components/schemas/ReportCategory'
90068986
behavior:
90078987
$ref: '#/components/schemas/ReportCategory'
90088988
chat:
@@ -9051,6 +9031,10 @@ components:
90519031
type: array
90529032
items:
90539033
type: string
9034+
avatarpage:
9035+
type: array
9036+
items:
9037+
type: string
90549038
warnings:
90559039
type: array
90569040
items:
@@ -9130,6 +9114,10 @@ components:
91309114
$ref: '#/components/schemas/ReportReason'
91319115
cancellation:
91329116
$ref: '#/components/schemas/ReportReason'
9117+
copyright:
9118+
$ref: '#/components/schemas/ReportReason'
9119+
fraud:
9120+
$ref: '#/components/schemas/ReportReason'
91339121
gore:
91349122
$ref: '#/components/schemas/ReportReason'
91359123
hacking:
@@ -9158,6 +9146,8 @@ components:
91589146
$ref: '#/components/schemas/ReportReason'
91599147
sexual:
91609148
$ref: '#/components/schemas/ReportReason'
9149+
technical:
9150+
$ref: '#/components/schemas/ReportReason'
91619151
threatening:
91629152
$ref: '#/components/schemas/ReportReason'
91639153
visuals:
@@ -9200,10 +9190,6 @@ components:
92009190
description: Unity version supported by the SDK
92019191
minLength: 1
92029192
type: string
9203-
serverName:
9204-
description: Server name of the API server currently responding
9205-
minLength: 1
9206-
type: string
92079193
stringHostUrlList:
92089194
description: A list of explicitly allowed origins that worlds can request strings from via the Udon's [VRCStringDownloader.LoadUrl](https://creators.vrchat.com/worlds/udon/string-loading/#ivrcstringdownload).
92099195
type: array
@@ -9265,6 +9251,9 @@ components:
92659251
description: Currently used youtube-dl.exe hash in SHA1-delimited format
92669252
minLength: 1
92679253
type: string
9254+
publicKey:
9255+
type: string
9256+
description: Public key, hex encoded
92689257
websocketMaxFriendsRefreshDelay:
92699258
type: integer
92709259
description: Unknown
@@ -9290,11 +9279,9 @@ components:
92909279
- announcements
92919280
- analyticsSegment_NewUI_PctOfUsers
92929281
- analyticsSegment_NewUI_Salt
9293-
- appName
92949282
- availableLanguageCodes
92959283
- availableLanguages
92969284
- avatarPerfLimiter
9297-
- buildVersionTag
92989285
- chatboxLogBufferSeconds
92999286
- clientApiKey
93009287
- clientBPSCeiling
@@ -9308,7 +9295,6 @@ components:
93089295
- currentTOSVersion
93099296
- defaultAvatar
93109297
- defaultStickerSet
9311-
- deploymentGroup
93129298
- devSdkUrl
93139299
- devSdkVersion
93149300
- dis-countdown
@@ -9356,7 +9342,6 @@ components:
93569342
- sdkDiscordUrl
93579343
- sdkNotAllowedToPublishMessage
93589344
- sdkUnityVersion
9359-
- serverName
93609345
- stringHostUrlList
93619346
- supportEmail
93629347
- supportFormUrl
@@ -9374,6 +9359,7 @@ components:
93749359
- whiteListedAssetUrls
93759360
- player-url-resolver-version
93769361
- player-url-resolver-sha1
9362+
- publicKey
93779363
- websocketMaxFriendsRefreshDelay
93789364
- websocketQuickReconnectTime
93799365
- websocketReconnectMaxDelay

openapi.yaml

Lines changed: 22 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -8411,22 +8411,6 @@ components:
84118411
- GROUPS
84128412
- INSTANCE
84138413
- LANGUAGE
8414-
DeploymentGroup:
8415-
type: string
8416-
description: |-
8417-
Used to identify which API deployment cluster is currently responding.
8418-
8419-
`blue` and `green` are used by Production.
8420-
`grape`and `cherry` are used during Development.
8421-
8422-
[Blue Green Deployment by Martin Fowler](https://martinfowler.com/bliki/BlueGreenDeployment.html)
8423-
enum:
8424-
- blue
8425-
- green
8426-
- grape
8427-
- cherry
8428-
title: DeploymentGroup
8429-
default: blue
84308414
APIConfigDownloadURLList:
84318415
additionalProperties: false
84328416
description: Download links for various development assets.
@@ -8560,6 +8544,12 @@ components:
85608544
type: object
85618545
description: A category used for reporting content
85628546
properties:
8547+
description:
8548+
type: string
8549+
description: The description of the report category
8550+
title:
8551+
type: string
8552+
description: The title of the report category
85638553
text:
85648554
type: string
85658555
description: The label of the report category
@@ -8644,12 +8634,6 @@ components:
86448634
analyticsSegment_NewUI_Salt:
86458635
description: Unknown
86468636
type: string
8647-
appName:
8648-
default: VrChat
8649-
deprecated: true
8650-
description: Game name
8651-
minLength: 1
8652-
type: string
86538637
availableLanguageCodes:
86548638
description: List of supported Languages
86558639
type: array
@@ -8682,10 +8666,6 @@ components:
86828666
- Quest
86838667
- XRElite
86848668
- iOSMobile
8685-
buildVersionTag:
8686-
description: Build tag of the API server
8687-
minLength: 1
8688-
type: string
86898669
chatboxLogBufferSeconds:
86908670
default: 40
86918671
description: Unknown
@@ -8777,8 +8757,6 @@ components:
87778757
$ref: '#/components/schemas/AvatarID'
87788758
defaultStickerSet:
87798759
type: string
8780-
deploymentGroup:
8781-
$ref: '#/components/schemas/DeploymentGroup'
87828760
devLanguageCodes:
87838761
type: array
87848762
description: Unknown
@@ -9003,6 +8981,8 @@ components:
90038981
properties:
90048982
avatar:
90058983
$ref: '#/components/schemas/ReportCategory'
8984+
avatarpage:
8985+
$ref: '#/components/schemas/ReportCategory'
90068986
behavior:
90078987
$ref: '#/components/schemas/ReportCategory'
90088988
chat:
@@ -9051,6 +9031,10 @@ components:
90519031
type: array
90529032
items:
90539033
type: string
9034+
avatarpage:
9035+
type: array
9036+
items:
9037+
type: string
90549038
warnings:
90559039
type: array
90569040
items:
@@ -9130,6 +9114,10 @@ components:
91309114
$ref: '#/components/schemas/ReportReason'
91319115
cancellation:
91329116
$ref: '#/components/schemas/ReportReason'
9117+
copyright:
9118+
$ref: '#/components/schemas/ReportReason'
9119+
fraud:
9120+
$ref: '#/components/schemas/ReportReason'
91339121
gore:
91349122
$ref: '#/components/schemas/ReportReason'
91359123
hacking:
@@ -9158,6 +9146,8 @@ components:
91589146
$ref: '#/components/schemas/ReportReason'
91599147
sexual:
91609148
$ref: '#/components/schemas/ReportReason'
9149+
technical:
9150+
$ref: '#/components/schemas/ReportReason'
91619151
threatening:
91629152
$ref: '#/components/schemas/ReportReason'
91639153
visuals:
@@ -9200,10 +9190,6 @@ components:
92009190
description: Unity version supported by the SDK
92019191
minLength: 1
92029192
type: string
9203-
serverName:
9204-
description: Server name of the API server currently responding
9205-
minLength: 1
9206-
type: string
92079193
stringHostUrlList:
92089194
description: A list of explicitly allowed origins that worlds can request strings from via the Udon's [VRCStringDownloader.LoadUrl](https://creators.vrchat.com/worlds/udon/string-loading/#ivrcstringdownload).
92099195
type: array
@@ -9265,6 +9251,9 @@ components:
92659251
description: Currently used youtube-dl.exe hash in SHA1-delimited format
92669252
minLength: 1
92679253
type: string
9254+
publicKey:
9255+
type: string
9256+
description: Public key, hex encoded
92689257
websocketMaxFriendsRefreshDelay:
92699258
type: integer
92709259
description: Unknown
@@ -9290,11 +9279,9 @@ components:
92909279
- announcements
92919280
- analyticsSegment_NewUI_PctOfUsers
92929281
- analyticsSegment_NewUI_Salt
9293-
- appName
92949282
- availableLanguageCodes
92959283
- availableLanguages
92969284
- avatarPerfLimiter
9297-
- buildVersionTag
92989285
- chatboxLogBufferSeconds
92999286
- clientApiKey
93009287
- clientBPSCeiling
@@ -9308,7 +9295,6 @@ components:
93089295
- currentTOSVersion
93099296
- defaultAvatar
93109297
- defaultStickerSet
9311-
- deploymentGroup
93129298
- devSdkUrl
93139299
- devSdkVersion
93149300
- dis-countdown
@@ -9356,7 +9342,6 @@ components:
93569342
- sdkDiscordUrl
93579343
- sdkNotAllowedToPublishMessage
93589344
- sdkUnityVersion
9359-
- serverName
93609345
- stringHostUrlList
93619346
- supportEmail
93629347
- supportFormUrl
@@ -9374,6 +9359,7 @@ components:
93749359
- whiteListedAssetUrls
93759360
- player-url-resolver-version
93769361
- player-url-resolver-sha1
9362+
- publicKey
93779363
- websocketMaxFriendsRefreshDelay
93789364
- websocketQuickReconnectTime
93799365
- websocketReconnectMaxDelay

0 commit comments

Comments
 (0)