-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpaths.yaml
More file actions
468 lines (468 loc) · 22.1 KB
/
paths.yaml
File metadata and controls
468 lines (468 loc) · 22.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
/Admin/transactions:
$ref: "./paths/economy.yaml#/paths/~1Admin~1transactions"
"/Admin/transactions/{transactionId}":
$ref: "./paths/economy.yaml#/paths/~1Admin~1transactions~1{transactionId}"
/Steam/transactions:
$ref: "./paths/economy.yaml#/paths/~1Steam~1transactions"
"/Steam/transactions/{transactionId}":
$ref: "./paths/economy.yaml#/paths/~1Steam~1transactions~1{transactionId}"
"/adminassetbundles/{adminAssetBundleId}":
$ref: "./paths/files.yaml#/paths/~1adminassetbundles~1{adminAssetBundleId}"
/agreement:
$ref: "./paths/files.yaml#/paths/~1agreement"
"/analysis/{fileId}/{versionId}":
$ref: "./paths/files.yaml#/paths/~1analysis~1{fileId}~1{versionId}"
"/analysis/{fileId}/{versionId}/security":
$ref: "./paths/files.yaml#/paths/~1analysis~1{fileId}~1{versionId}~1security"
"/analysis/{fileId}/{versionId}/standard":
$ref: "./paths/files.yaml#/paths/~1analysis~1{fileId}~1{versionId}~1standard"
"/assetReview/{assetReviewId}/notes":
$ref: "./paths/economy.yaml#/paths/~1assetReview~1{assetReviewId}~1notes"
/auth:
$ref: "./paths/authentication.yaml#/paths/~1auth"
/auth/confirmEmail:
$ref: "./paths/authentication.yaml#/paths/~1auth~1confirmEmail"
/auth/exists:
$ref: "./paths/authentication.yaml#/paths/~1auth~1exists"
/auth/permissions:
$ref: "./paths/miscellaneous.yaml#/paths/~1auth~1permissions"
/auth/register:
$ref: "./paths/authentication.yaml#/paths/~1auth~1register"
/auth/twofactorauth:
$ref: "./paths/authentication.yaml#/paths/~1auth~1twofactorauth"
/auth/twofactorauth/emailotp/verify:
$ref: "./paths/authentication.yaml#/paths/~1auth~1twofactorauth~1emailotp~1verify"
/auth/twofactorauth/otp/verify:
$ref: "./paths/authentication.yaml#/paths/~1auth~1twofactorauth~1otp~1verify"
/auth/twofactorauth/totp/pending:
$ref: "./paths/authentication.yaml#/paths/~1auth~1twofactorauth~1totp~1pending"
/auth/twofactorauth/totp/pending/verify:
$ref: "./paths/authentication.yaml#/paths/~1auth~1twofactorauth~1totp~1pending~1verify"
/auth/twofactorauth/totp/verify:
$ref: "./paths/authentication.yaml#/paths/~1auth~1twofactorauth~1totp~1verify"
/auth/user:
$ref: "./paths/authentication.yaml#/paths/~1auth~1user"
/auth/user/avatarmoderations:
$ref: "./paths/authentication.yaml#/paths/~1auth~1user~1avatarmoderations"
/auth/user/favoritelimits:
$ref: "./paths/favorites.yaml#/paths/~1auth~1user~1favoritelimits"
/auth/user/friends:
$ref: "./paths/friends.yaml#/paths/~1auth~1user~1friends"
"/auth/user/friends/{userId}":
$ref: "./paths/friends.yaml#/paths/~1auth~1user~1friends~1{userId}"
/auth/user/notifications:
$ref: "./paths/notifications.yaml#/paths/~1auth~1user~1notifications"
/auth/user/notifications/clear:
$ref: "./paths/notifications.yaml#/paths/~1auth~1user~1notifications~1clear"
"/auth/user/notifications/{notificationId}":
$ref: "./paths/notifications.yaml#/paths/~1auth~1user~1notifications~1{notificationId}"
"/auth/user/notifications/{notificationId}/accept":
$ref: "./paths/notifications.yaml#/paths/~1auth~1user~1notifications~1{notificationId}~1accept"
"/auth/user/notifications/{notificationId}/hide":
$ref: "./paths/notifications.yaml#/paths/~1auth~1user~1notifications~1{notificationId}~1hide"
"/auth/user/notifications/{notificationId}/see":
$ref: "./paths/notifications.yaml#/paths/~1auth~1user~1notifications~1{notificationId}~1see"
/auth/user/playermoderations:
$ref: "./paths/playermoderation.yaml#/paths/~1auth~1user~1playermoderations"
/auth/user/resendEmail:
$ref: "./paths/authentication.yaml#/paths/~1auth~1user~1resendEmail"
/auth/user/subscription:
$ref: "./paths/economy.yaml#/paths/~1auth~1user~1subscription"
/auth/user/twofactorauth/otp:
$ref: "./paths/authentication.yaml#/paths/~1auth~1user~1twofactorauth~1otp"
/auth/user/unplayermoderate:
$ref: "./paths/playermoderation.yaml#/paths/~1auth~1user~1unplayermoderate"
/auth/verifyLoginPlace:
$ref: "./paths/authentication.yaml#/paths/~1auth~1verifyLoginPlace"
/avatarStyles:
$ref: "./paths/avatars.yaml#/paths/~1avatarStyles"
/avatars:
$ref: "./paths/avatars.yaml#/paths/~1avatars"
/avatars/favorites:
$ref: "./paths/avatars.yaml#/paths/~1avatars~1favorites"
/avatars/impostor/queue/stats:
$ref: "./paths/avatars.yaml#/paths/~1avatars~1impostor~1queue~1stats"
/avatars/licensed:
$ref: "./paths/avatars.yaml#/paths/~1avatars~1licensed"
"/avatars/{avatarId}":
$ref: "./paths/avatars.yaml#/paths/~1avatars~1{avatarId}"
"/avatars/{avatarId}/impostor":
$ref: "./paths/avatars.yaml#/paths/~1avatars~1{avatarId}~1impostor"
"/avatars/{avatarId}/impostor/enqueue":
$ref: "./paths/avatars.yaml#/paths/~1avatars~1{avatarId}~1impostor~1enqueue"
"/avatars/{avatarId}/select":
$ref: "./paths/avatars.yaml#/paths/~1avatars~1{avatarId}~1select"
"/avatars/{avatarId}/selectFallback":
$ref: "./paths/avatars.yaml#/paths/~1avatars~1{avatarId}~1selectFallback"
/calendar:
$ref: "./paths/calendar.yaml#/paths/~1calendar"
/calendar/discover:
$ref: "./paths/calendar.yaml#/paths/~1calendar~1discover"
/calendar/featured:
$ref: "./paths/calendar.yaml#/paths/~1calendar~1featured"
/calendar/following:
$ref: "./paths/calendar.yaml#/paths/~1calendar~1following"
/calendar/search:
$ref: "./paths/calendar.yaml#/paths/~1calendar~1search"
"/calendar/{groupId}":
$ref: "./paths/calendar.yaml#/paths/~1calendar~1{groupId}"
"/calendar/{groupId}/event":
$ref: "./paths/calendar.yaml#/paths/~1calendar~1{groupId}~1event"
"/calendar/{groupId}/next":
$ref: "./paths/calendar.yaml#/paths/~1calendar~1{groupId}~1next"
"/calendar/{groupId}/{calendarId}":
$ref: "./paths/calendar.yaml#/paths/~1calendar~1{groupId}~1{calendarId}"
"/calendar/{groupId}/{calendarId}.ics":
$ref: "./paths/calendar.yaml#/paths/~1calendar~1{groupId}~1{calendarId}.ics"
"/calendar/{groupId}/{calendarId}/event":
$ref: "./paths/calendar.yaml#/paths/~1calendar~1{groupId}~1{calendarId}~1event"
"/calendar/{groupId}/{calendarId}/follow":
$ref: "./paths/calendar.yaml#/paths/~1calendar~1{groupId}~1{calendarId}~1follow"
/config:
$ref: "./paths/miscellaneous.yaml#/paths/~1config"
/css/app.css:
$ref: "./paths/miscellaneous.yaml#/paths/~1css~1app.css"
/economy/licenses/active:
$ref: "./paths/economy.yaml#/paths/~1economy~1licenses~1active"
/economy/metrics/earnings:
$ref: "./paths/economy.yaml#/paths/~1economy~1metrics~1earnings"
/economy/purchase/listing:
$ref: "./paths/economy.yaml#/paths/~1economy~1purchase~1listing"
/economy/purchases:
$ref: "./paths/economy.yaml#/paths/~1economy~1purchases"
"/economy/purchases/{productPurchaseId}":
$ref: "./paths/economy.yaml#/paths/~1economy~1purchases~1{productPurchaseId}"
"/economy/purchases/{productPurchaseId}/stacks":
$ref: "./paths/economy.yaml#/paths/~1economy~1purchases~1{productPurchaseId}~1stacks"
/economy/seller/eligibility:
$ref: "./paths/economy.yaml#/paths/~1economy~1seller~1eligibility"
/economy/store:
$ref: "./paths/economy.yaml#/paths/~1economy~1store"
/economy/store/shelves:
$ref: "./paths/economy.yaml#/paths/~1economy~1store~1shelves"
/economy/stores:
$ref: "./paths/economy.yaml#/paths/~1economy~1stores"
"/favorite/group/{favoriteGroupType}/{favoriteGroupName}/{userId}":
$ref: "./paths/favorites.yaml#/paths/~1favorite~1group~1{favoriteGroupType}~1{favoriteGroupName}~1{userId}"
/favorite/groups:
$ref: "./paths/favorites.yaml#/paths/~1favorite~1groups"
/favorites:
$ref: "./paths/favorites.yaml#/paths/~1favorites"
"/favorites/{favoriteId}":
$ref: "./paths/favorites.yaml#/paths/~1favorites~1{favoriteId}"
/file:
$ref: "./paths/files.yaml#/paths/~1file"
/file/image:
$ref: "./paths/files.yaml#/paths/~1file~1image"
"/file/{fileId}":
$ref: "./paths/files.yaml#/paths/~1file~1{fileId}"
"/file/{fileId}/{versionId}":
$ref: "./paths/files.yaml#/paths/~1file~1{fileId}~1{versionId}"
"/file/{fileId}/{versionId}/{fileType}/finish":
$ref: "./paths/files.yaml#/paths/~1file~1{fileId}~1{versionId}~1{fileType}~1finish"
"/file/{fileId}/{versionId}/{fileType}/start":
$ref: "./paths/files.yaml#/paths/~1file~1{fileId}~1{versionId}~1{fileType}~1start"
"/file/{fileId}/{versionId}/{fileType}/status":
$ref: "./paths/files.yaml#/paths/~1file~1{fileId}~1{versionId}~1{fileType}~1status"
/files:
$ref: "./paths/files.yaml#/paths/~1files"
/files/order:
$ref: "./paths/groups.yaml#/paths/~1files~1order"
/gallery:
$ref: "./paths/files.yaml#/paths/~1gallery"
/groups:
$ref: "./paths/groups.yaml#/paths/~1groups"
/groups/redirect/{groupShortCodeAndDiscriminator}:
$ref: "./paths/groups.yaml#/paths/~1groups~1redirect~1{groupShortCodeAndDiscriminator}"
/groups/roleTemplates:
$ref: "./paths/groups.yaml#/paths/~1groups~1roleTemplates"
"/groups/{groupId}":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}"
"/groups/{groupId}/announcement":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1announcement"
"/groups/{groupId}/auditLogTypes":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1auditLogTypes"
"/groups/{groupId}/auditLogs":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1auditLogs"
"/groups/{groupId}/bans":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1bans"
"/groups/{groupId}/bans/{userId}":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1bans~1{userId}"
"/groups/{groupId}/block":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1block"
"/groups/{groupId}/galleries":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1galleries"
"/groups/{groupId}/galleries/{groupGalleryId}":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1galleries~1{groupGalleryId}"
"/groups/{groupId}/galleries/{groupGalleryId}/images":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1galleries~1{groupGalleryId}~1images"
"/groups/{groupId}/galleries/{groupGalleryId}/images/{groupGalleryImageId}":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1galleries~1{groupGalleryId}~1images~1{groupGalleryImageId}"
"/groups/{groupId}/instances":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1instances"
"/groups/{groupId}/invites":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1invites"
"/groups/{groupId}/invites/{userId}":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1invites~1{userId}"
"/groups/{groupId}/join":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1join"
"/groups/{groupId}/leave":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1leave"
"/groups/{groupId}/members":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1members"
"/groups/{groupId}/members/search":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1members~1search"
"/groups/{groupId}/members/{userId}":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1members~1{userId}"
"/groups/{groupId}/members/{userId}/roles/{groupRoleId}":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1members~1{userId}~1roles~1{groupRoleId}"
"/groups/{groupId}/permissions":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1permissions"
"/groups/{groupId}/posts":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1posts"
"/groups/{groupId}/posts/{notificationId}":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1posts~1{notificationId}"
"/groups/{groupId}/representation":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1representation"
"/groups/{groupId}/requests":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1requests"
"/groups/{groupId}/requests/{userId}":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1requests~1{userId}"
"/groups/{groupId}/roles":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1roles"
"/groups/{groupId}/roles/{groupRoleId}":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1roles~1{groupRoleId}"
"/groups/{groupId}/transfer":
$ref: "./paths/groups.yaml#/paths/~1groups~1{groupId}~1transfer"
/health:
$ref: "./paths/miscellaneous.yaml#/paths/~1health"
/icon:
$ref: "./paths/files.yaml#/paths/~1icon"
/infoPush:
$ref: "./paths/miscellaneous.yaml#/paths/~1infoPush"
/instances:
$ref: "./paths/instances.yaml#/paths/~1instances"
/instances/recent:
$ref: "./paths/instances.yaml#/paths/~1instances~1recent"
"/instances/s/{shortName}":
$ref: "./paths/instances.yaml#/paths/~1instances~1s~1{shortName}"
"/instances/{worldId}:{instanceId}":
$ref: "./paths/instances.yaml#/paths/~1instances~1{worldId}:{instanceId}"
"/instances/{worldId}:{instanceId}/shortName":
$ref: "./paths/instances.yaml#/paths/~1instances~1{worldId}:{instanceId}~1shortName"
/inventory:
$ref: "./paths/inventory.yaml#/paths/~1inventory"
/inventory/cloning/direct:
$ref: "./paths/inventory.yaml#/paths/~1inventory~1cloning~1direct"
/inventory/cloning/pedestal:
$ref: "./paths/inventory.yaml#/paths/~1inventory~1cloning~1pedestal"
/inventory/collections:
$ref: "./paths/inventory.yaml#/paths/~1inventory~1collections"
/inventory/drops:
$ref: "./paths/inventory.yaml#/paths/~1inventory~1drops"
/inventory/spawn:
$ref: "./paths/inventory.yaml#/paths/~1inventory~1spawn"
"/inventory/template/{inventoryTemplateId}":
$ref: "./paths/inventory.yaml#/paths/~1inventory~1template~1{inventoryTemplateId}"
"/inventory/{inventoryItemId}":
$ref: "./paths/inventory.yaml#/paths/~1inventory~1{inventoryItemId}"
"/inventory/{inventoryItemId}/consume":
$ref: "./paths/inventory.yaml#/paths/~1inventory~1{inventoryItemId}~1consume"
"/inventory/{inventoryItemId}/equip":
$ref: "./paths/inventory.yaml#/paths/~1inventory~1{inventoryItemId}~1equip"
"/invite/myself/to/{worldId}:{instanceId}":
$ref: "./paths/invite.yaml#/paths/~1invite~1myself~1to~1{worldId}:{instanceId}"
"/invite/{notificationId}/response":
$ref: "./paths/invite.yaml#/paths/~1invite~1{notificationId}~1response"
"/invite/{notificationId}/response/photo":
$ref: "./paths/invite.yaml#/paths/~1invite~1{notificationId}~1response~1photo"
"/invite/{userId}":
$ref: "./paths/invite.yaml#/paths/~1invite~1{userId}"
"/invite/{userId}/photo":
$ref: "./paths/invite.yaml#/paths/~1invite~1{userId}~1photo"
/jams:
$ref: "./paths/jams.yaml#/paths/~1jams"
"/jams/{jamId}":
$ref: "./paths/jams.yaml#/paths/~1jams~1{jamId}"
"/jams/{jamId}/submissions":
$ref: "./paths/jams.yaml#/paths/~1jams~1{jamId}~1submissions"
"/jams/{jamId}/submissions/{jamSubmissionId}":
$ref: "./paths/jams.yaml#/paths/~1jams~1{jamId}~1submissions~1{jamSubmissionId}"
/js/app.js:
$ref: "./paths/miscellaneous.yaml#/paths/~1js~1app.js"
"/licenseGroups/{licenseGroupId}":
$ref: "./paths/economy.yaml#/paths/~1licenseGroups~1{licenseGroupId}"
/listing:
$ref: "./paths/economy.yaml#/paths/~1listing"
"/listing/{productId}":
$ref: "./paths/economy.yaml#/paths/~1listing~1{productId}"
/logout:
$ref: "./paths/authentication.yaml#/paths/~1logout"
"/message/{userId}/{messageType}":
$ref: "./paths/invite.yaml#/paths/~1message~1{userId}~1{messageType}"
"/message/{userId}/{messageType}/{slot}":
$ref: "./paths/invite.yaml#/paths/~1message~1{userId}~1{messageType}~1{slot}"
/moderationReports:
$ref: "./paths/authentication.yaml#/paths/~1moderationReports"
"/moderationReports/{moderationReportId}":
$ref: "./paths/authentication.yaml#/paths/~1moderationReports~1{moderationReportId}"
/notifications:
$ref: "./paths/notifications.yaml#/paths/~1notifications"
"/notifications/{notificationId}":
$ref: "./paths/notifications.yaml#/paths/~1notifications~1{notificationId}"
"/notifications/{notificationId}/reply":
$ref: "./paths/notifications.yaml#/paths/~1notifications~1{notificationId}~1reply"
"/notifications/{notificationId}/respond":
$ref: "./paths/notifications.yaml#/paths/~1notifications~1{notificationId}~1respond"
"/notifications/{notificationId}/see":
$ref: "./paths/notifications.yaml#/paths/~1notifications~1{notificationId}~1see"
/permissions:
$ref: "./paths/miscellaneous.yaml#/paths/~1permissions"
"/permissions/{permissionId}":
$ref: "./paths/miscellaneous.yaml#/paths/~1permissions~1{permissionId}"
/prints:
$ref: "./paths/prints.yaml#/paths/~1prints"
"/prints/user/{userId}":
$ref: "./paths/prints.yaml#/paths/~1prints~1user~1{userId}"
"/prints/{printId}":
$ref: "./paths/prints.yaml#/paths/~1prints~1{printId}"
/products:
$ref: "./paths/economy.yaml#/paths/~1products"
"/products/{productId}":
$ref: "./paths/economy.yaml#/paths/~1products~1{productId}"
/props:
$ref: "./paths/props.yaml#/paths/~1props"
"/props/{propId}":
$ref: "./paths/props.yaml#/paths/~1props~1{propId}"
"/props/{propId}/publish":
$ref: "./paths/props.yaml#/paths/~1props~1{propId}~1publish"
"/requestInvite/{userId}":
$ref: "./paths/invite.yaml#/paths/~1requestInvite~1{userId}"
"/requestInvite/{userId}/photo":
$ref: "./paths/invite.yaml#/paths/~1requestInvite~1{userId}~1photo"
/reward/redeem:
$ref: "./paths/inventory.yaml#/paths/~1reward~1redeem"
/subscriptions:
$ref: "./paths/economy.yaml#/paths/~1subscriptions"
/tilia/status:
$ref: "./paths/economy.yaml#/paths/~1tilia~1status"
/time:
$ref: "./paths/miscellaneous.yaml#/paths/~1time"
/tokenBundles:
$ref: "./paths/economy.yaml#/paths/~1tokenBundles"
/user/bulk/gift/purchases:
$ref: "./paths/economy.yaml#/paths/~1user~1bulk~1gift~1purchases"
/user/subscription/recent:
$ref: "./paths/economy.yaml#/paths/~1user~1subscription~1recent"
"/user/{userId}/balance":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1balance"
"/user/{userId}/balance/earnings":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1balance~1earnings"
"/user/{userId}/economy/account":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1account"
"/user/{userId}/economy/balances":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1balances"
"/user/{userId}/economy/payouts/list":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1payouts~1list"
"/user/{userId}/economy/payouts/status":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1payouts~1status"
"/user/{userId}/economy/transactions":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1transactions"
"/user/{userId}/friendRequest":
$ref: "./paths/friends.yaml#/paths/~1user~1{userId}~1friendRequest"
"/user/{userId}/friendStatus":
$ref: "./paths/friends.yaml#/paths/~1user~1{userId}~1friendStatus"
"/user/{userId}/inventory/{inventoryItemId}":
$ref: "./paths/inventory.yaml#/paths/~1user~1{userId}~1inventory~1{inventoryItemId}"
"/user/{userId}/listings":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1listings"
"/user/{userId}/products":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1products"
"/user/{userId}/tilia/kyc":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1tilia~1kyc"
"/user/{userId}/tilia/tos":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1tilia~1tos"
/userNotes:
$ref: "./paths/users.yaml#/paths/~1userNotes"
"/userNotes/{userNoteId}":
$ref: "./paths/users.yaml#/paths/~1userNotes~1{userNoteId}"
/users:
$ref: "./paths/users.yaml#/paths/~1users"
/users/active:
$ref: "./paths/users.yaml#/paths/~1users~1active"
"/users/{userId}":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}"
"/users/{userId}/addTags":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1addTags"
"/users/{userId}/avatar":
$ref: "./paths/avatars.yaml#/paths/~1users~1{userId}~1avatar"
"/users/{userId}/badges/{badgeId}":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1badges~1{badgeId}"
"/users/{userId}/boop":
$ref: "./paths/friends.yaml#/paths/~1users~1{userId}~1boop"
"/users/{userId}/credits/eligible":
$ref: "./paths/economy.yaml#/paths/~1users~1{userId}~1credits~1eligible"
"/users/{userId}/delete":
$ref: "./paths/authentication.yaml#/paths/~1users~1{userId}~1delete"
"/users/{userId}/feedback":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1feedback"
"/users/{userId}/groups":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1groups"
"/users/{userId}/groups/invited":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1groups~1invited"
"/users/{userId}/groups/permissions":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1groups~1permissions"
"/users/{userId}/groups/represented":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1groups~1represented"
"/users/{userId}/groups/requested":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1groups~1requested"
"/users/{userId}/groups/userblocked":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1groups~1userblocked"
"/users/{userId}/instances/groups":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1instances~1groups"
"/users/{userId}/instances/groups/{groupId}":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1instances~1groups~1{groupId}"
"/users/{userId}/mutuals":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1mutuals"
"/users/{userId}/mutuals/friends":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1mutuals~1friends"
"/users/{userId}/mutuals/groups":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1mutuals~1groups"
"/users/{userId}/persist":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1persist"
"/users/{userId}/removeTags":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1removeTags"
"/users/{userId}/subscription/eligible":
$ref: "./paths/economy.yaml#/paths/~1users~1{userId}~1subscription~1eligible"
"/users/{userId}/tutorial":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1tutorial"
"/users/{userId}/{worldId}/persist":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1{worldId}~1persist"
"/users/{userId}/{worldId}/persist/exists":
$ref: "./paths/users.yaml#/paths/~1users~1{userId}~1{worldId}~1persist~1exists"
"/users/{username}/name":
$ref: "./paths/users.yaml#/paths/~1users~1{username}~1name"
/visits:
$ref: "./paths/miscellaneous.yaml#/paths/~1visits"
/worlds:
$ref: "./paths/worlds.yaml#/paths/~1worlds"
/worlds/active:
$ref: "./paths/worlds.yaml#/paths/~1worlds~1active"
/worlds/favorites:
$ref: "./paths/worlds.yaml#/paths/~1worlds~1favorites"
/worlds/recent:
$ref: "./paths/worlds.yaml#/paths/~1worlds~1recent"
"/worlds/{worldId}":
$ref: "./paths/worlds.yaml#/paths/~1worlds~1{worldId}"
"/worlds/{worldId}/addTags":
$ref: "./paths/worlds.yaml#/paths/~1worlds~1{worldId}~1addTags"
"/worlds/{worldId}/metadata":
$ref: "./paths/worlds.yaml#/paths/~1worlds~1{worldId}~1metadata"
"/worlds/{worldId}/platform/{publishedPlatform}":
$ref: "./paths/worlds.yaml#/paths/~1worlds~1{worldId}~1platform~1{publishedPlatform}"
"/worlds/{worldId}/publish":
$ref: "./paths/worlds.yaml#/paths/~1worlds~1{worldId}~1publish"
"/worlds/{worldId}/removeTags":
$ref: "./paths/worlds.yaml#/paths/~1worlds~1{worldId}~1removeTags"
"/worlds/{worldId}/{instanceId}":
$ref: "./paths/worlds.yaml#/paths/~1worlds~1{worldId}~1{instanceId}"