You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CalendarApi.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -623,6 +623,7 @@ public class Example {
623
623
|-------------|-------------|------------------|
624
624
|**200**| Returns a single CalendarEvent object. | - |
625
625
|**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`. | - |
Copy file name to clipboardExpand all lines: src/main/java/io/github/vrchatapi/api/CalendarApi.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1184,6 +1184,7 @@ public okhttp3.Call getFollowedCalendarEventsAsync(@javax.annotation.Nullable Of
1184
1184
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
1185
1185
<tr><td> 200 </td><td> Returns a single CalendarEvent object. </td><td> - </td></tr>
1186
1186
<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 `model <worldId> not found` instead of `World <worldId> not found`. </td><td> - </td></tr>
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
1262
1263
<tr><td> 200 </td><td> Returns a single CalendarEvent object. </td><td> - </td></tr>
1263
1264
<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 `model <worldId> not found` instead of `World <worldId> not found`. </td><td> - </td></tr>
@@ -1281,6 +1283,7 @@ public CalendarEvent getGroupCalendarEvent(@javax.annotation.Nonnull String grou
1281
1283
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
1282
1284
<tr><td> 200 </td><td> Returns a single CalendarEvent object. </td><td> - </td></tr>
1283
1285
<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 `model <worldId> not found` instead of `World <worldId> not found`. </td><td> - </td></tr>
@@ -1303,6 +1306,7 @@ public ApiResponse<CalendarEvent> getGroupCalendarEventWithHttpInfo(@javax.annot
1303
1306
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
1304
1307
<tr><td> 200 </td><td> Returns a single CalendarEvent object. </td><td> - </td></tr>
1305
1308
<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 `model <worldId> not found` instead of `World <worldId> not found`. </td><td> - </td></tr>
0 commit comments