Skip to content

Commit

Permalink
feat: PR Monitoring A Tag 스펙 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
enhans-yunsang committed Dec 26, 2024
1 parent 1e0dea7 commit e78684f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pages/openAPI/exposure/pr-monitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,16 @@ curl -X GET https://app-api.commerceos.ai/open/v1/exposures/pr-monitoring?startD
| `category` | string | No | 게시물에서 언급된 제품 의 카테고리입니다. |
| `link` | string | Yes | 게시글의 Link Url입니다. |
| `headerImageUrl` | string | No | PR 페이지의 Header Image (배너) 링크입니다. |
| `detail_content` | string | No | PR 페이지 링크의 디테일 Content 입니다. (TBD) |
| `screenshot` | string | No | PR 페이지의 디테일의 screenshot 입니다. (TBD) |
| `atagLinks` | string | No | PR 페이지의 내에 존재하는 a tag link 리스트입니다. (TBD) |
| `detail_content` | string | No | PR 페이지 링크의 디테일 Content 입니다. |
| `screenshot` | string | No | PR 페이지의 디테일의 screenshot 입니다. |
| `atagLinks` | string | No | PR 페이지의 내에 존재하는 a tag link 리스트입니다.(Deprecated 삭제 예정) |
| `aTags` | array `ATag` | yes | PR 페이지의 내에 존재하는 a tag 리스트입니다. |

- **ATag**
| Field | Type | Required | Description |
|------------|------------|----------|----------------------------------------------|
| `title` | string | Yes | A Tag 내에 제공하는 Text입니다. |
| `url` | string | Yes | A Tag 에서 제공하는 URL입니다. |


- **Status**: 200 OK
Expand Down

0 comments on commit e78684f

Please sign in to comment.