본문으로 건너뛰기
더시드위키
최근 변경
최근 토론
도구 모음
사용자
Cernium/ACLGroup/api
(r5판 RAW)
보기
RAW
역사
[include(틀:상위 문서, 문서명1=사용자:Cernium/ACLGroup)] ---- {{{GET /api/v0/aclgroup}}} {{{PUT /api/v0/aclgroup}}} {{{DELETE /api/v0/aclgroup}}} https://theseed.io/thread/YummyGiganticBrashDistribution [[https://theseed.io/thread/YummyGiganticBrashDistribution|#]] https://theseed.io/internal/admin/thread/YummyGiganticBrashDistribution/hide == 추가 == {{{#!syntax python headers = { 'Authorization': 'Bearer API_TOKEN_HERE', } data = { 'group': '경고-테스트', 'username': 'Cernium', 'note': 'api test', 'expire': '20', 'mode': 'username', } response = requests.post('https://theseed.io/api/v0/aclgroup', headers=headers, data=data) }}}