사용자
Cernium/ACLGroup/api(비교)
| r12 vs r13 | ||
|---|---|---|
| ... | ... | |
| 70 | 70 | 'group': '로그인 허용 차단', #ACLGroup 이름 |
| 71 | 71 | 'username': 'Cernium', #사용자 이름; mode=ip이면 'ip'로 |
| 72 | 72 | 'note': 'api test', #사유 |
| 73 | 'expire': '20', #추가할 시간(초) | |
| 73 | 'expire': '20', #추가할 시간(초); 0이면 무기한 | |
| 74 | 74 | 'mode': 'username' #ip OR username |
| 75 | 75 | } |
| 76 | 76 | response = requests.post('https://theseed.io/api/v0/aclgroup', headers=headers, data=data) |
| ... | ... |