Conversation
Addresses vrchatapi#202, vrchatapi#480, vrchatapi#489, vrchatapi#495, vrchatapi#497, and vrchatapi#498 Merge TwoFactorAuthCode and TwoFactorEmailCode schemas into TwoFactorCode Better document and type-limit properties for CalendarEvent Add `GET /calendar/{groupId}/next` Add `GET /inventory/collections` Fix `GET /user/{userId}/inventory/{inventoryItemId}` having incorrect path and being absent from paths.yaml Moderation Reports: Add `GET /moderationReports` Add `POST /moderationReports` Add `DELETE /moderationReports/<modReportId>` Notification V2: Add `GET /notifications` Add `DELETE /notifications` Add `GET /notifications/{notificationId}` Add `DELETE /notifications/{notificationId}` Add `POST /notifications/{notificationId}/reply` Add `POST /notifications/{notificationId}/respond` Add `POST /notifications/{notificationId}/see`
|
lint go brrrrr |
|
fixed ci, I recommend you run |
|
when calling getnotificationv2 I get |
|
apart from this, LGTM |
I also got this, I presume this is intended behavior as normal users get notifications pushed via pipeline or query them via |
|
Could add |
|
Eh, should I mark as deprecated and add (in more professional language) "needs admin creds by default, expect 403" to the description? |
Addresses #202, #480, #489 (#536 is duplicate), #495, #497, #498
Better document and type-limit properties for CalendarEvent
Add
GET /calendar/{groupId}/nextAdd
GET /inventory/collectionsFix
GET /user/{userId}/inventory/{inventoryItemId}having incorrect path and being absent from paths.yamlModeration Reports:
Add
GET /moderationReportsAdd
POST /moderationReportsAdd
DELETE /moderationReports/<modReportId>Notification V2:
Add
GET /notificationsAdd
DELETE /notificationsAdd
GET /notifications/{notificationId}Add
DELETE /notifications/{notificationId}Add
POST /notifications/{notificationId}/replyAdd
POST /notifications/{notificationId}/respondAdd
POST /notifications/{notificationId}/see