본문으로 건너뛰기
사용자

Cernium/ACLGroup/api(비교)

r8 vs r9
......
1818
'Authorization': 'Bearer API_TOKEN_HERE'
1919
}
2020
}}}
21
{{{#!folding 출력
22
{{{#!syntax python
23
{
24
"groups": [
25
"차단된 사용자",
26
"인증된 사용자",
27
"관리자",
28
"로그인 허용 차단",
29
"Rainbow",
30
"경고-테스트",
31
"Pink",
32
"test",
33
"Color #1",
34
"Color #2",
35
"Gradient #1",
36
"Gradient #2"
37
],
38
"group": "인증된 사용자",
39
"aclgroup": [
40
{
41
"id": 12029,
42
"ip": null,
43
"username": "Cernium",
44
"note": "https://namu.wiki/contribution/fcea127e-0cc6-4080-ae53-93f3aac0d69f/document",
45
"created": 1741256491,
46
"expired": null
47
}
48
]
49
}
50
... (생략)
51
}}}
52
}}}
2153
2254
== 목록 ==
2355
{{{#!syntax python
......