본문으로 건너뛰기
사용자

Cernium/ACLGroup/api(비교)

r4 vs r5
......
88
[[https://theseed.io/thread/YummyGiganticBrashDistribution|#]]
99
1010
https://theseed.io/internal/admin/thread/YummyGiganticBrashDistribution/hide
11
12
== 추가 ==
13
{{{#!syntax python
14
headers = {
15
'Authorization': 'Bearer API_TOKEN_HERE',
16
}
17
data = {
18
'group': '경고-테스트',
19
'username': 'Cernium',
20
'note': 'api test',
21
'expire': '20',
22
'mode': 'username',
23
}
24
response = requests.post('https://theseed.io/api/v0/aclgroup', headers=headers, data=data)
25
}}}