Skip to content

Commit

Permalink
Docs : API 엔드포인트 상세 게시물 넘버링 변경 #44
Browse files Browse the repository at this point in the history
  • Loading branch information
refigo authored Oct 31, 2023
1 parent 40aa681 commit ec59d2f
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,7 @@ project-root

<br>

#### 2. 게시물 생성 :

**Endpoint:** `POST /articles`
**Method:** `POST`
**Description:** Create a new article.
**Request Body:** `CreateArticleDto`
**Response:** The content ID of the created article as a string.

<br>

#### 3. 게시물 상세 조회 : 게시물 목록 클릭 시, 사용되는 게시물 상세 내용 조회 API
#### 2. 게시물 상세 조회 : 게시물 목록 클릭 시, 사용되는 게시물 상세 내용 조회 API

**Endpoint:** `GET /articles/:contentId`

Expand Down Expand Up @@ -202,7 +192,7 @@ project-root

<br>

#### 4. 게시물 좋아요 생성 : 게시물 목록 또는 상세에서 게시물 좋아요 클릭 시 사용되는 API
#### 3. 게시물 좋아요 생성 : 게시물 목록 또는 상세에서 게시물 좋아요 클릭 시 사용되는 API

**Endpoint:** `GET /articles/:contentId`
**Method:** `GET`
Expand All @@ -214,7 +204,7 @@ project-root

<br>

#### 5. 게시물 공유 생성 : 게시물 목록 또는 상세에서 공유하기 클릭 시 사용되는 API
#### 4. 게시물 공유 생성 : 게시물 목록 또는 상세에서 공유하기 클릭 시 사용되는 API

**Endpoint:** `POST /articles/share`

Expand Down

0 comments on commit ec59d2f

Please sign in to comment.