{ "opencollection": "1.0.0", "info": { "name": "Wincl Admin Admin Notice API", "version": "1.0" }, "items": [ { "info": { "name": "Admin Notice", "type": "folder" }, "items": [ { "info": { "name": "공지사항 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/notice", "params": [ { "name": "category", "value": "", "type": "query", "description": "카테고리" }, { "name": "searchKeyword", "value": "", "type": "query", "description": "검색 키워드" }, { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "공지사항 리스트" }, { "info": { "name": "공지사항 등록", "type": "http" }, "http": { "method": "POST", "url": "https://api.wincl.io:443/bapi/v1/notice", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "공지사항 등록" }, { "info": { "name": "활성화된 공지사항 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/notice/active", "params": [ { "name": "category", "value": "", "type": "query", "description": "카테고리" }, { "name": "searchKeyword", "value": "", "type": "query", "description": "검색 키워드" }, { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "활성화된 공지사항 리스트" }, { "info": { "name": "공지사항 상세정보", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/notice/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "공지사항 상세정보" }, { "info": { "name": "공지사항 수정", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wincl.io:443/bapi/v1/notice/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "공지사항 수정" }, { "info": { "name": "공지사항 삭제", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wincl.io:443/bapi/v1/notice/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "공지사항 삭제" } ] } ], "bundled": true }