-
Notifications
You must be signed in to change notification settings - Fork 6
List API
dh00n edited this page Dec 11, 2020
·
6 revisions
{
"Authorization": "Bearer " + Access Token,
"Content-Type": "application/json",
"Accept": "application/json"
}
- ์ํ ์ฝ๋
status code ์ค๋ช 201 ์์ฒญ ์ฑ๊ณต 401 ๊ถํ ์๋ฌ 404 ๋ณด๋ ์กด์ฌ X, ์ ์ ์กด์ฌ X 500 ์๋ฒ ์๋ฌ - url
POST /api/board/{boardId}/list
- request
{ "title": String (required) }
- response
{ "id": Number, "title": String, "position": Number }
- ์ํ ์ฝ๋
status code ์ค๋ช 204 ์์ฒญ ์ฑ๊ณต 401 ๊ถํ ์๋ฌ 404 ๋ณด๋ ์กด์ฌ X, ์ ์ ์กด์ฌ X 500 ์๋ฒ ์๋ฌ - url
PATCH /api/list/{listId}
- request
{ "position": Number (optional), "title": String (optional) }
- response
none
- ์ํ ์ฝ๋
status code ์ค๋ช 204 ์์ฒญ ์ฑ๊ณต 401 ๊ถํ ์๋ฌ 404 ๋ณด๋ ์กด์ฌ X, ์ ์ ์กด์ฌ X 500 ์๋ฒ ์๋ฌ - url
DELETE /api/list/{listId}
- request
none
- response
none
๐ฉ๐ปโ๐ป ๋ฐ์์ฐ | ๐ง๐ปโ๐ป ์ ๋ํ | ๐ง๐ปโ๐ป ์ด๊ฑดํ | ๐ง๐ปโ๐ป ์๋ช ๋ ฌ | ๐ง๐ปโ๐ป ์ฌ์๋ฏผ |
---|---|---|---|---|
@Park-SooYeon | @dh00n | @youngxpepp | @fElix-MR | @tksrl0379 |