Skip to content

Commit

Permalink
feat: DateType 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
enhans-yunsang committed Jan 19, 2025
1 parent 37855d8 commit 7d2d2a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/openAPI/exposure/pr-monitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ curl -X GET https://app-api.commerceos.ai/open/v1/exposures/pr-monitoring \
| `x-api-key` (Header) | string | Yes | 사용자별 API Key. |
| `startDate` (Body) | LocalDate | Yes | 검색할 Posting의 시작 날짜입니다. |
| `endDate` (Body) | LocalDate | Yes | 검색할 Posting의 마지막 날짜입니다. |
| `dateType` (Body) | string | No | enum(CollectedAt, PostedAt) 검색 기준을 설정합니다. (Default. PostedAt) |

#### Example Request

Expand Down
1 change: 1 addition & 0 deletions pages/openAPI/exposure/social-posting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ curl -X GET https://app-api.commerceos.ai/open/v1/exposures/social-posting \
| `x-api-key` (Header) | string | Yes | 사용자별 API Key. |
| `startDate` (Body) | LocalDate | Yes | 검색할 Posting의 시작 날짜입니다. |
| `endDate` (Body) | LocalDate | Yes | 검색할 Posting의 마지막 날짜입니다. |
| `dateType` (Body) | string | No | enum(CollectedAt, PostedAt) 검색 기준을 설정합니다. (Default. PostedAt) |

#### Example Request

Expand Down

0 comments on commit 7d2d2a3

Please sign in to comment.