-
Notifications
You must be signed in to change notification settings - Fork 6
list 카테고리 int:cc_id members edit
jwo0o0 edited this page Nov 21, 2020
·
1 revision
list/카테고리/<int:cc_id>/members/edit
GET: list/카테고리/<int:cc_id>/members와 동일
HTTP 200 OK Allow: GET, HEAD, OPTIONS Content-Type: application/json Vary: Accept
[
{ "club_id": -3, "member": "OrderedDict([('owner', OrderedDict([('0', '1')])), ('guest', OrderedDict([('0', '2'), ('1', '3')]))])" }
]
moZip