Skip to content

Commit 77b665b

Browse files
committed
feat: サポートしてる範囲でモデルを最新に追従
1 parent 98d59f9 commit 77b665b

File tree

7 files changed

+4952
-2771
lines changed

7 files changed

+4952
-2771
lines changed

compiler/datas/endpoints.json

Lines changed: 116 additions & 35 deletions
Large diffs are not rendered by default.

compiler/datas/support_status.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Supported Misskey Version
44

5-
`2024.3.1`
5+
`2024.5.0-wasabi-1`
66

7-
## Supported endpoints (173/368)
7+
## Supported endpoints (173/379)
88

99
- [x] /admin/accounts/create
1010
- [x] /admin/accounts/delete
@@ -34,7 +34,6 @@
3434
- [x] /admin/invite/create
3535
- [x] /admin/invite/list
3636
- [x] /admin/reset-password
37-
- [x] /admin/resolve-abuse-user-report
3837
- [x] /admin/send-email
3938
- [x] /admin/show-moderation-logs
4039
- [x] /admin/suspend-user
@@ -309,12 +308,24 @@
309308
- [ ] /reversi/surrender
310309
- [ ] /reversi/verify
311310
- [ ] /notifications/flush
311+
- [ ] /admin/abuse-report/notification-recipient/list
312+
- [ ] /admin/abuse-report/notification-recipient/show
313+
- [ ] /admin/abuse-report/notification-recipient/create
314+
- [ ] /admin/abuse-report/notification-recipient/update
315+
- [ ] /admin/abuse-report/notification-recipient/delete
316+
- [ ] /admin/system-webhook/create
317+
- [ ] /admin/system-webhook/delete
318+
- [ ] /admin/system-webhook/list
319+
- [ ] /admin/system-webhook/show
320+
- [ ] /admin/system-webhook/update
321+
- [ ] /announcements/show
312322

313323
## Changed request body or responses
314324

315325
- [ ] /admin/drive/show-file (Need to work)
316326
- [ ] /admin/get-index-stats (Need to work)
317327
- [ ] /admin/get-table-stats (Need to work)
328+
- [ ] /admin/resolve-abuse-user-report (Need to work)
318329
- [ ] /admin/update-meta (Need to work)
319330
- [ ] /drive (Need to work)
320331
- [ ] /drive/stream (Need to work)
@@ -437,6 +448,9 @@
437448
- [ ] RoleCondFormulaFollowersOrFollowingOrNotes
438449
- [ ] RoleCondFormulaValue
439450
- [ ] RolePolicies
440-
- [ ] MetaLite
441-
- [ ] MetaDetailedOnly
442-
- [ ] MetaDetailed
451+
- [x] MetaLite
452+
- [x] MetaDetailedOnly
453+
- [x] MetaDetailed
454+
- [ ] RoleCondFormulaValueUserSettingBooleanSchema
455+
- [ ] SystemWebhook
456+
- [ ] AbuseReportNotificationRecipient

0 commit comments

Comments
 (0)