-
Notifications
You must be signed in to change notification settings - Fork 43
Miscellaneous 5 #534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miscellaneous 5 #534
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