add subdir

This commit is contained in:
ExilProductions
2026-02-15 17:39:26 +01:00
parent a4b3cb0164
commit aa707d1deb
262 changed files with 12189 additions and 0 deletions

92
Apis/JamsApi.md Normal file
View File

@@ -0,0 +1,92 @@
# JamsApi
All URIs are relative to *https://api.vrchat.cloud/api/1*
| Method | HTTP request | Description |
|------------- | ------------- | -------------|
| [**getJam**](JamsApi.md#getJam) | **GET** /jams/{jamId} | Show jam information |
| [**getJamSubmissions**](JamsApi.md#getJamSubmissions) | **GET** /jams/{jamId}/submissions | Show jam submissions |
| [**getJams**](JamsApi.md#getJams) | **GET** /jams | Show jams list |
<a name="getJam"></a>
# **getJam**
> Jam getJam(jamId)
Show jam information
Returns a jam.
### Parameters
|Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
| **jamId** | **String**| Must be a valid query ID. | [default to null] |
### Return type
[**Jam**](../Models/Jam.md)
### Authorization
[authCookie](../README.md#authCookie)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getJamSubmissions"></a>
# **getJamSubmissions**
> List getJamSubmissions(jamId)
Show jam submissions
Returns all submissions of a jam.
### Parameters
|Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
| **jamId** | **String**| Must be a valid query ID. | [default to null] |
### Return type
[**List**](../Models/Submission.md)
### Authorization
[authCookie](../README.md#authCookie)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getJams"></a>
# **getJams**
> List getJams(type)
Show jams list
Lists World Jams or Avatar Jams, both currently running and ones that have ended. &#x60;isActive&#x60; is used to select only active or already ended jams. &#x60;type&#x60; is used to select only world or avatar jams, and can only take &#x60;world&#x60; or &#x60;avatar&#x60;. &#x60;&#x60;
### Parameters
|Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
| **type** | **String**| Only show jams of this type (&#x60;avatar&#x60; or &#x60;world&#x60;). | [optional] [default to null] |
### Return type
[**List**](../Models/Jam.md)
### Authorization
[authCookie](../README.md#authCookie)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json