-
Notifications
You must be signed in to change notification settings - Fork 43
Files, Groups, Props, Users, NotificationV2 #539
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
base: main
Are you sure you want to change the base?
Files, Groups, Props, Users, NotificationV2 #539
Conversation
Files:
- Add `GET /agreement`
- Add `POST /agreement`
- Add `PUT /assetReview/{assetReviewId}/notes`
- Add `PUT /files/order`
Groups:
- Update `DELETE /groups/{groupId}`
- Add missing optional query parameter
- Update `POST /groups/{groupId}/join`
- Add missing optional query parameter
- Add missing optional request body
- Add `GET /groups/{groupId}/auditLogTypes`
- Add `POST /groups/{groupId}/block`
- Add `PUT /groups/{groupId}/invites`
- Add `GET /groups/{groupId}/members/search`
- Add `GET /groups/{groupId}/transfer`
- Add `POST /groups/{groupId}/transfer`
- Add `DELETE /groups/{groupId}/transfer`
Props:
- Add `GET /props`
- Add `POST /props`
- Add `PUT /props/{propId}`
- Add `DELETE /props/{propId}`
- Add `GET /props/{propId}/publish`
- Add `PUT /props/{propId}/publish`
- Add `DELETE /props/{propId}/publish`
Users:
- Add `GET /users/{userId}/groups/invited`
- Add `GET /users/{userId}/groups/permissions`
- Add `GET /users/{userId}/groups/userblocked`
- Add `DELETE /users/{userId}/persist`
NotificationV2:
- Update NotificationV2Type to add `group.transfer`
- Update NotificationV2 to add data types
- Add NotificationV2DataGroupInformative
- Add NotificationV2DataGroupTransfer
Co-authored-by: Aries <me@ariesclark.com>
|
Unless I am utterly blind, the three linting errors for groups.yaml |
|
yeah, looked at the lint issue and I'm not sure what's happening either. Maybe some sort of weird indentation issue? |
|
Fixed lint issue |
| format: date-time | ||
| data: | ||
| type: object | ||
| example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you implement this using x-if?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Attempted; hopfully I understand how x-if actually is actually supposed to be used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI bundled & generated the spec variants on every commit, you can take a look.
https://github.com/vrchatapi/specification/actions/runs/20315675963?pr=539
openapi/components/paths/files.yaml
Outdated
| animationStyle: | ||
| type: string | ||
| description: Animation style for sticker, required for emoji. | ||
| description: Animation style for sticker, required for emoji. Must be one of aura, bats, bees, bounce, cloud, confetti, crying, dislike, fire, idea, lasers, like, magnet, mistletoe, money, noise, orbit, pizza, rain, rotate, shake, snow, snowball, spin, splazh, stop, zzz. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be a enum then?
Files:
GET /agreementPOST /agreementPUT /assetReview/{assetReviewId}/notesPUT /files/orderGroups:
DELETE /groups/{groupId}POST /groups/{groupId}/joinGET /groups/{groupId}/auditLogTypesPOST /groups/{groupId}/blockPUT /groups/{groupId}/invitesGET /groups/{groupId}/members/searchGET /groups/{groupId}/transferPOST /groups/{groupId}/transferDELETE /groups/{groupId}/transferProps:
GET /propsPOST /propsPUT /props/{propId}DELETE /props/{propId}GET /props/{propId}/publishPUT /props/{propId}/publishDELETE /props/{propId}/publishUsers:
GET /users/{userId}/groups/invitedGET /users/{userId}/groups/permissionsGET /users/{userId}/groups/userblockedDELETE /users/{userId}/persistNotificationV2:
group.transfer