본문으로 건너뛰기
사용자

Cernium/ACLGroup/api(r5판)

편집 시각·0
보기RAW역사
[주의!] 문서의 이전 버전(에 수정)을 보고 있습니다. 최신 버전으로 이동
↑ 상위 문서: 사용자:Cernium/ACLGroup

GET /api/v0/aclgroup
PUT /api/v0/aclgroup
DELETE /api/v0/aclgroup

https://theseed.io/thread/YummyGiganticBrashDistribution
#

https://theseed.io/internal/admin/thread/YummyGiganticBrashDistribution/hide

1. 추가[편집]

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)