Skip to content

Commit c9c8e54

Browse files
committed
chore: サポート状況を更新
1 parent 3c28646 commit c9c8e54

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

compiler/datas/endpoints.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539
"path": "/channels/featured",
540540
"request_body_hash": "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a",
541541
"response_body_hash": "fbb9041d5545cb5780f43ff68016616c5fe9bebfba80f90eda6178f5deebd1cb",
542-
"status": "needToWork"
542+
"status": "supported"
543543
},
544544
"/channels/follow": {
545545
"path": "/channels/follow",
@@ -551,25 +551,25 @@
551551
"path": "/channels/followed",
552552
"request_body_hash": "874fe7a09828d52b1e209c103e7d8808af6b0af79213965be746d011906df3d3",
553553
"response_body_hash": "fbb9041d5545cb5780f43ff68016616c5fe9bebfba80f90eda6178f5deebd1cb",
554-
"status": "needToWork"
554+
"status": "supported"
555555
},
556556
"/channels/owned": {
557557
"path": "/channels/owned",
558558
"request_body_hash": "874fe7a09828d52b1e209c103e7d8808af6b0af79213965be746d011906df3d3",
559559
"response_body_hash": "fbb9041d5545cb5780f43ff68016616c5fe9bebfba80f90eda6178f5deebd1cb",
560-
"status": "needToWork"
560+
"status": "supported"
561561
},
562562
"/channels/show": {
563563
"path": "/channels/show",
564564
"request_body_hash": "680923b4e18887b81f0c58cdda275876c2b7ba3f072efa9f91e00bcf4361bb1a",
565565
"response_body_hash": "d0d74a1473e306b569f31d8f672ca9c2428e1302a13f19fe3ef7cdf01a42f3ab",
566-
"status": "needToWork"
566+
"status": "supported"
567567
},
568568
"/channels/timeline": {
569569
"path": "/channels/timeline",
570570
"request_body_hash": "f84bc86cda77ab3229f1aa0836d6f511617b52f6ac7d5c762758ad1497a3df22",
571571
"response_body_hash": "714749ed97123df2377e503859138f94944f1a45f21df5300e02b250f0a817df",
572-
"status": "needToWork"
572+
"status": "supported"
573573
},
574574
"/channels/unfollow": {
575575
"path": "/channels/unfollow",
@@ -581,7 +581,7 @@
581581
"path": "/channels/update",
582582
"request_body_hash": "cd6cd79b9399329dcbe59cf945c94a4d00a3d8ad813c0265680cd21371020741",
583583
"response_body_hash": "df6853d35700a2daac21cca9d083f01471da7336f995c3ec27dd6f9e6ca376af",
584-
"status": "needToWork"
584+
"status": "supported"
585585
},
586586
"/channels/favorite": {
587587
"path": "/channels/favorite",
@@ -599,13 +599,13 @@
599599
"path": "/channels/my-favorites",
600600
"request_body_hash": "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a",
601601
"response_body_hash": "fbb9041d5545cb5780f43ff68016616c5fe9bebfba80f90eda6178f5deebd1cb",
602-
"status": "needToWork"
602+
"status": "supported"
603603
},
604604
"/channels/search": {
605605
"path": "/channels/search",
606606
"request_body_hash": "99efb621a25e5e80a19df58b6cbdccf5d64f8e11f33a4aeedfc3bd6ab9a17b99",
607607
"response_body_hash": "fbb9041d5545cb5780f43ff68016616c5fe9bebfba80f90eda6178f5deebd1cb",
608-
"status": "needToWork"
608+
"status": "supported"
609609
},
610610
"/charts/active-users": {
611611
"path": "/charts/active-users",

compiler/datas/support_status.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,18 @@
1616
- [x] /admin/update-user-note
1717
- [x] /admin/roles/create
1818
- [x] /channels/create
19+
- [x] /channels/featured
1920
- [x] /channels/follow
21+
- [x] /channels/followed
22+
- [x] /channels/owned
23+
- [x] /channels/show
24+
- [x] /channels/timeline
2025
- [x] /channels/unfollow
26+
- [x] /channels/update
2127
- [x] /channels/favorite
2228
- [x] /channels/unfavorite
29+
- [x] /channels/my-favorites
30+
- [x] /channels/search
2331
- [x] /drive/files
2432
- [x] /drive/files/attached-notes
2533
- [x] /drive/files/check-existence
@@ -295,14 +303,6 @@
295303
- [ ] /admin/roles/list (Need to work)
296304
- [ ] /admin/roles/show (Need to work)
297305
- [ ] /admin/roles/users (Need to work)
298-
- [ ] /channels/featured (Need to work)
299-
- [ ] /channels/followed (Need to work)
300-
- [ ] /channels/owned (Need to work)
301-
- [ ] /channels/show (Need to work)
302-
- [ ] /channels/timeline (Need to work)
303-
- [ ] /channels/update (Need to work)
304-
- [ ] /channels/my-favorites (Need to work)
305-
- [ ] /channels/search (Need to work)
306306
- [ ] /drive (Need to work)
307307
- [ ] /drive/folders (Need to work)
308308
- [ ] /drive/folders/create (Need to work)

0 commit comments

Comments
 (0)