Skip to content

Commit

Permalink
chore: サポート状況を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Mar 7, 2024
1 parent 06ba45e commit a76f91c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions compiler/datas/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,13 +815,13 @@
"path": "/drive/folders",
"request_body_hash": "c7994546f15ac56e6d47b2c9513c720ffb05b146e2c58f4d5f8b7cdd1fa5fe27",
"response_body_hash": "05c56769de07a802e8ac7956c76ec95c025fd4ef2445500a18afdca430fca406",
"status": "needToWork"
"status": "supported"
},
"/drive/folders/create": {
"path": "/drive/folders/create",
"request_body_hash": "9c570cb675f851abf3624e608486d98f75932447e983524d8a2fef010a832c4e",
"response_body_hash": "65943f2e45eac25dbbd3acd9ba9249b2b5a83176797b863389a1932cdd5b94f8",
"status": "needToWork"
"status": "supported"
},
"/drive/folders/delete": {
"path": "/drive/folders/delete",
Expand All @@ -833,19 +833,19 @@
"path": "/drive/folders/find",
"request_body_hash": "f2f302ec5a018e252ce013efab000ef654223cdbd470afb2aee18e1fd0e6865b",
"response_body_hash": "05c56769de07a802e8ac7956c76ec95c025fd4ef2445500a18afdca430fca406",
"status": "needToWork"
"status": "supported"
},
"/drive/folders/show": {
"path": "/drive/folders/show",
"request_body_hash": "7ddbf084df376fe1ced074c9454678879e8908a99fe0432fb2abaadfa597afec",
"response_body_hash": "5ab07c4af0d6e1e2bbcb44f5e15fae98ce7b37a16583f3a2ebe85eeafd0406ae",
"status": "needToWork"
"status": "supported"
},
"/drive/folders/update": {
"path": "/drive/folders/update",
"request_body_hash": "6b715c2e3d185c4928e6c5f3f714570d9ccc1dbb7880c528f72290d760fa303f",
"response_body_hash": "479f18df687ff202504b1964269dedd1ec139c927c446d544809be0645a43042",
"status": "needToWork"
"status": "supported"
},
"/drive/stream": {
"path": "/drive/stream",
Expand Down
10 changes: 5 additions & 5 deletions compiler/datas/support_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@
- [x] /drive/files/show
- [x] /drive/files/update
- [x] /drive/files/upload-from-url
- [x] /drive/folders
- [x] /drive/folders/create
- [x] /drive/folders/delete
- [x] /drive/folders/find
- [x] /drive/folders/show
- [x] /drive/folders/update
- [x] /following/create
- [x] /following/delete
- [x] /invite/delete
Expand Down Expand Up @@ -312,11 +317,6 @@
- [ ] /admin/roles/show (Need to work)
- [ ] /admin/roles/users (Need to work)
- [ ] /drive (Need to work)
- [ ] /drive/folders (Need to work)
- [ ] /drive/folders/create (Need to work)
- [ ] /drive/folders/find (Need to work)
- [ ] /drive/folders/show (Need to work)
- [ ] /drive/folders/update (Need to work)
- [ ] /drive/stream (Need to work)
- [ ] /endpoint (Need to work)
- [ ] /federation/instances (Need to work)
Expand Down

0 comments on commit a76f91c

Please sign in to comment.