Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[API Doc] 매거진 저장 #33

Open
yeeeun0514 opened this issue Dec 2, 2023 · 0 comments
Open

[API Doc] 매거진 저장 #33

yeeeun0514 opened this issue Dec 2, 2023 · 0 comments
Assignees
Labels
API 설계 API 설계 및 명세화

Comments

@yeeeun0514
Copy link
Contributor

API

매거진 생성

Request

  • method: POST
  • path: /api/magazine/save
  • header:
{
    "Content-Type": "application/json; charset=utf-8"
}
  • body:
{
    "consumerId": "consumer2",
    "magazineContent": "테스트로 작성된 메거진4",
    "folderId": "testFolder4",
    "goodsIds": ["testGoods4"],
    "photoUrls": ["testUrl4"],
    "upDt": "2023-12-02"
}

Response

  • http-status: 201 Created
{
    "success": true,
    "message": "성공했습니다",
    "result": "magazine_nshzvnrcdz"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API 설계 API 설계 및 명세화
Projects
None yet
Development

No branches or pull requests

1 participant