사용자
Cernium/ACLGroup/api(r6판)
[주의!] 문서의 이전 버전(에 수정)을 보고 있습니다. 최신 버전으로 이동
↑ 상위 문서: 사용자:Cernium/ACLGroup
GET /api/v0/aclgroupPUT /api/v0/aclgroupDELETE /api/v0/aclgrouphttps://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)