Skip to content

Commit f30f0e5

Browse files
committed
chore: サポート状況を更新
1 parent e1a6cd2 commit f30f0e5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

compiler/datas/endpoints.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,25 +1223,25 @@
12231223
"path": "/invite/create",
12241224
"request_body_hash": "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a",
12251225
"response_body_hash": "f117d309bd0e59b61f8795d4093f1bcca8829c4eb00b1053387ad3e80a9d878e",
1226-
"status": "notSupported"
1226+
"status": "supported"
12271227
},
12281228
"/invite/delete": {
12291229
"path": "/invite/delete",
12301230
"request_body_hash": "537adfc81074c440eec54f57fb8f7a7e35b7dc53337a58072e9b04fe0d451eb9",
12311231
"response_body_hash": "6ecf0d16463854de241113a3ce10eda5110a6592335d489fa1fb2af5356fddef",
1232-
"status": "notSupported"
1232+
"status": "supported"
12331233
},
12341234
"/invite/list": {
12351235
"path": "/invite/list",
12361236
"request_body_hash": "d392bfbe478ea28a41fcb4b1cfd5b120fb85cc71ad890eea4e0abb19916c7fe1",
12371237
"response_body_hash": "16fe23081b1a24f8833165a1659af55490af9a5d32da87ee24d039e72b0bea99",
1238-
"status": "notSupported"
1238+
"status": "supported"
12391239
},
12401240
"/invite/limit": {
12411241
"path": "/invite/limit",
12421242
"request_body_hash": "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a",
12431243
"response_body_hash": "75a28c140cfc4e6436ece1c513f6ab479c8250c41d5d0fff079f15ea357cdca1",
1244-
"status": "notSupported"
1244+
"status": "supported"
12451245
},
12461246
"/meta": {
12471247
"path": "/meta",
@@ -2050,7 +2050,7 @@
20502050
"InviteCode": {
20512051
"name": "InviteCode",
20522052
"hash": "18191b88a62364a07e0757facdea0c98a971e63e0f5ac9d3ce4d20c486411781",
2053-
"status": "notSupported"
2053+
"status": "supported"
20542054
},
20552055
"Page": {
20562056
"name": "Page",

compiler/datas/support_status.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## SUPPORTED ENDPOINTS (39/322)
1+
## SUPPORTED ENDPOINTS (43/322)
22
- [x] /admin/get-index-stats
33
- [x] /admin/get-table-stats
44
- [x] /admin/get-user-ips
@@ -9,6 +9,10 @@
99
- [x] /admin/unsuspend-user
1010
- [x] /admin/update-user-note
1111
- [x] /i
12+
- [x] /invite/create
13+
- [x] /invite/delete
14+
- [x] /invite/list
15+
- [x] /invite/limit
1216
- [x] /notes/create
1317
- [x] /notes/children
1418
- [x] /notes/delete
@@ -235,10 +239,6 @@
235239
- [ ] /i/webhooks/show
236240
- [ ] /i/webhooks/update
237241
- [ ] /i/webhooks/delete
238-
- [ ] /invite/create
239-
- [ ] /invite/delete
240-
- [ ] /invite/list
241-
- [ ] /invite/limit
242242
- [ ] /meta
243243
- [ ] /emojis
244244
- [ ] /emoji
@@ -359,7 +359,7 @@
359359
- [ ] RenoteMuting
360360
- [ ] Blocking
361361
- [ ] Hashtag
362-
- [ ] InviteCode
362+
- [x] InviteCode
363363
- [ ] Page
364364
- [ ] Channel
365365
- [ ] QueueCount

0 commit comments

Comments
 (0)