Skip to content

Commit 96f3bb3

Browse files
committed
Upgrade Java SDK to spec 1.20.9-nightly.24
1 parent 6a98628 commit 96f3bb3

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

docs/CalendarApi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ public class Example {
623623
|-------------|-------------|------------------|
624624
| **200** | Returns a single CalendarEvent object. | - |
625625
| **401** | Error response due to missing auth cookie. | - |
626+
| **404** | The requested resource does not exist. The message varies by resource and by route, and only some name the id. Worlds sometimes answer `model <worldId> not found` instead of `World <worldId> not found`. | - |
626627

627628
<a id="getGroupCalendarEventICS"></a>
628629
# **getGroupCalendarEventICS**

src/main/java/io/github/vrchatapi/api/CalendarApi.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,7 @@ public okhttp3.Call getFollowedCalendarEventsAsync(@javax.annotation.Nullable Of
11841184
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
11851185
<tr><td> 200 </td><td> Returns a single CalendarEvent object. </td><td> - </td></tr>
11861186
<tr><td> 401 </td><td> Error response due to missing auth cookie. </td><td> - </td></tr>
1187+
<tr><td> 404 </td><td> The requested resource does not exist. The message varies by resource and by route, and only some name the id. Worlds sometimes answer &#x60;model &lt;worldId&gt; not found&#x60; instead of &#x60;World &lt;worldId&gt; not found&#x60;. </td><td> - </td></tr>
11871188
</table>
11881189
*/
11891190
public okhttp3.Call getGroupCalendarEventCall(@javax.annotation.Nonnull String groupId, @javax.annotation.Nonnull String calendarId, final ApiCallback _callback) throws ApiException {
@@ -1261,6 +1262,7 @@ private okhttp3.Call getGroupCalendarEventValidateBeforeCall(@javax.annotation.N
12611262
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
12621263
<tr><td> 200 </td><td> Returns a single CalendarEvent object. </td><td> - </td></tr>
12631264
<tr><td> 401 </td><td> Error response due to missing auth cookie. </td><td> - </td></tr>
1265+
<tr><td> 404 </td><td> The requested resource does not exist. The message varies by resource and by route, and only some name the id. Worlds sometimes answer &#x60;model &lt;worldId&gt; not found&#x60; instead of &#x60;World &lt;worldId&gt; not found&#x60;. </td><td> - </td></tr>
12641266
</table>
12651267
*/
12661268
public CalendarEvent getGroupCalendarEvent(@javax.annotation.Nonnull String groupId, @javax.annotation.Nonnull String calendarId) throws ApiException {
@@ -1281,6 +1283,7 @@ public CalendarEvent getGroupCalendarEvent(@javax.annotation.Nonnull String grou
12811283
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
12821284
<tr><td> 200 </td><td> Returns a single CalendarEvent object. </td><td> - </td></tr>
12831285
<tr><td> 401 </td><td> Error response due to missing auth cookie. </td><td> - </td></tr>
1286+
<tr><td> 404 </td><td> The requested resource does not exist. The message varies by resource and by route, and only some name the id. Worlds sometimes answer &#x60;model &lt;worldId&gt; not found&#x60; instead of &#x60;World &lt;worldId&gt; not found&#x60;. </td><td> - </td></tr>
12841287
</table>
12851288
*/
12861289
public ApiResponse<CalendarEvent> getGroupCalendarEventWithHttpInfo(@javax.annotation.Nonnull String groupId, @javax.annotation.Nonnull String calendarId) throws ApiException {
@@ -1303,6 +1306,7 @@ public ApiResponse<CalendarEvent> getGroupCalendarEventWithHttpInfo(@javax.annot
13031306
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
13041307
<tr><td> 200 </td><td> Returns a single CalendarEvent object. </td><td> - </td></tr>
13051308
<tr><td> 401 </td><td> Error response due to missing auth cookie. </td><td> - </td></tr>
1309+
<tr><td> 404 </td><td> The requested resource does not exist. The message varies by resource and by route, and only some name the id. Worlds sometimes answer &#x60;model &lt;worldId&gt; not found&#x60; instead of &#x60;World &lt;worldId&gt; not found&#x60;. </td><td> - </td></tr>
13061310
</table>
13071311
*/
13081312
public okhttp3.Call getGroupCalendarEventAsync(@javax.annotation.Nonnull String groupId, @javax.annotation.Nonnull String calendarId, final ApiCallback<CalendarEvent> _callback) throws ApiException {

0 commit comments

Comments
 (0)