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 df2ba4f commit be5e608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions compiler/datas/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -917,13 +917,13 @@
"path": "/following/create",
"request_body_hash": "b6e2b84e81ed0fd712448e6d36f5b5f94659df8cf63110e3d19b6b7c7e869535",
"response_body_hash": "f2e8b6f4f9b57a93d609ea5ef82ce130dd6bf719f0ed7c1c13d436afedc01878",
"status": "notSupported"
"status": "supported"
},
"/following/delete": {
"path": "/following/delete",
"request_body_hash": "2cfcd7c6e5976469d14b285e1b19fdf056fdc327435877d6736135a399b3ad87",
"response_body_hash": "3182c580cb82ae6b57462fd5cb18b4fbd57a90cc931e0eb34fd34b0ddc22e337",
"status": "notSupported"
"status": "supported"
},
"/following/update": {
"path": "/following/update",
Expand Down Expand Up @@ -2403,4 +2403,4 @@
"status": "notSupported"
}
}
}
}
6 changes: 3 additions & 3 deletions compiler/datas/support_status.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## SUPPORTED ENDPOINTS (137/367)
## SUPPORTED ENDPOINTS (139/367)
- [x] /admin/ad/create
- [x] /admin/ad/list
- [x] /admin/drive/clean-remote-files
Expand Down Expand Up @@ -39,6 +39,8 @@
- [x] /drive/files/update
- [x] /drive/files/upload-from-url
- [x] /drive/folders/delete
- [x] /following/create
- [x] /following/delete
- [x] /invite/delete
- [x] /emojis
- [x] /emoji
Expand Down Expand Up @@ -160,8 +162,6 @@
- [ ] /federation/show-instance
- [ ] /federation/update-remote-user
- [ ] /federation/users
- [ ] /following/create
- [ ] /following/delete
- [ ] /following/update
- [ ] /following/update-all
- [ ] /following/invalidate
Expand Down

0 comments on commit be5e608

Please sign in to comment.