Admin API
관리자 전용 API
Last updated
관리자 전용 API
Last updated
GET
https://soojle.io/admin_remove_user/<string:user_id>
회원 삭제를 위한 API
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://soojle.io/get_all_notice
공지사항 전체 반환을 위한 API
GET
https://soojle.io/get_notice/<string:notice_obi>
공지사항 단일 반환을 위한 API
POST
https://soojle.io/insert_notice
공지사항 추가를 위한 API
POST
https://soojle.io/update_notice/<string:notice_obi>
공지사항 전체 반환 위한 API
GET
https://soojle.io/remove_notice/<string:notice_obi>
공지사항 삭제를 위한 API
POST
https://soojle.io/remove_notice/<string:notice_obi>
피드백 전송을 위한 API
GET
https://soojle.io/check_admin
관리자 판을 위한 API
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
user_id
string
삭제 대상 회원 아이디
Authorization
string
"Bearer " + <token> (관리자 전용 토큰 필수)
notice_obi
string
공지사항 단일 Object_id
Authorization
string
"Bearer" + <Token> (관리자 전용 토큰 필수)
title
string
제목
post
string
내용
notice_obi
string
수정 대상 공지사항 Object_id
Authorization
string
"Bearer" + <Token> (관리자 전용 토큰 필수)
title
string
제목
post
string
내용
notice_obi
string
수정 대상 공지사항 Object_id
Authorization
string
"Bearer" + <Token> (관리자 전용 토큰 필수)
Authorization
string
"Bearer" + <Token>
type
string
피드백 종류
post
string
내용
user_id
string
보낸이
Authorization
string
"Bearer" + <Token>