Skip to content

Commit

Permalink
chore: サポート状況を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Feb 21, 2024
1 parent d37c7ae commit 82cca9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions compiler/datas/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"path": "/admin/accounts/create",
"request_body_hash": "1e41c87931385dd3cf7555c9a467d7d2a7ad385d06b65c9ba5fa8fc41fd2fff6",
"response_body_hash": "4cca43cad58263d213ec8740c853481b82de318e6a852eeabda66424633449ee",
"status": "notSupported"
"status": "supported"
},
"/admin/accounts/delete": {
"path": "/admin/accounts/delete",
"request_body_hash": "2cfcd7c6e5976469d14b285e1b19fdf056fdc327435877d6736135a399b3ad87",
"response_body_hash": "df9c0f9df08effe88b00991f12e46077998bd6d6c3442ec518e5f463680a2c54",
"status": "notSupported"
"status": "supported"
},
"/admin/ad/create": {
"path": "/admin/ad/create",
Expand Down Expand Up @@ -347,7 +347,7 @@
"path": "/admin/suspend-user",
"request_body_hash": "2cfcd7c6e5976469d14b285e1b19fdf056fdc327435877d6736135a399b3ad87",
"response_body_hash": "df9c0f9df08effe88b00991f12e46077998bd6d6c3442ec518e5f463680a2c54",
"status": "notSupported"
"status": "supported"
},
"/admin/unsuspend-user": {
"path": "/admin/unsuspend-user",
Expand Down Expand Up @@ -1421,13 +1421,13 @@
"path": "/notes/search-by-tag",
"request_body_hash": "7c5c6603d6319a53b7516d513c7756a96342dd380ad23be2ab2c4301d2bdb8f9",
"response_body_hash": "b80217369b7f4ae2b7399b2fd85c03739420e9cd1a08de2ca04071642a2fc096",
"status": "notSupported"
"status": "supported"
},
"/notes/search": {
"path": "/notes/search",
"request_body_hash": "260e81d6bf3df1911a673a60beccffb32238e98088fe19fd7c821170ff91c574",
"response_body_hash": "86ddac11bc58f705040fff2ff6d9a5579183a113739306826e2325d8509e9844",
"status": "notSupported"
"status": "supported"
},
"/notes/show": {
"path": "/notes/show",
Expand Down
12 changes: 6 additions & 6 deletions compiler/datas/support_status.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## SUPPORTED ENDPOINTS (139/367)
## SUPPORTED ENDPOINTS (144/367)
- [x] /admin/accounts/create
- [x] /admin/accounts/delete
- [x] /admin/ad/create
- [x] /admin/ad/list
- [x] /admin/drive/clean-remote-files
Expand All @@ -12,6 +14,7 @@
- [x] /admin/resolve-abuse-user-report
- [x] /admin/send-email
- [x] /admin/show-moderation-logs
- [x] /admin/suspend-user
- [x] /admin/unsuspend-user
- [x] /admin/update-user-note
- [x] /admin/roles/create
Expand Down Expand Up @@ -53,6 +56,8 @@
- [x] /notes/polls/vote
- [x] /notes/reactions/create
- [x] /notes/reactions/delete
- [x] /notes/search-by-tag
- [x] /notes/search
- [x] /notes/unrenote
- [x] /users/lists/delete
- [x] /users/lists/pull
Expand All @@ -67,8 +72,6 @@
## Not supported endpoints

- [ ] /admin/abuse-user-reports
- [ ] /admin/accounts/create
- [ ] /admin/accounts/delete
- [ ] /admin/ad/delete
- [ ] /admin/ad/update
- [ ] /admin/announcements/create
Expand Down Expand Up @@ -108,7 +111,6 @@
- [ ] /admin/server-info
- [ ] /admin/show-user
- [ ] /admin/show-users
- [ ] /admin/suspend-user
- [ ] /admin/delete-account
- [ ] /admin/roles/delete
- [ ] /admin/roles/update
Expand Down Expand Up @@ -207,8 +209,6 @@
- [ ] /notes/conversation
- [ ] /notes/featured
- [ ] /notes/global-timeline
- [ ] /notes/search-by-tag
- [ ] /notes/search
- [ ] /notes/thread-muting/create
- [ ] /notes/thread-muting/delete
- [ ] /notifications/create
Expand Down

0 comments on commit 82cca9c

Please sign in to comment.