We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
POST
/api/magazine/save
{ "Content-Type": "application/json; charset=utf-8" }
{ "consumerId": "consumer2", "magazineContent": "테스트로 작성된 메거진4", "folderId": "testFolder4", "goodsIds": ["testGoods4"], "photoUrls": ["testUrl4"], "upDt": "2023-12-02" }
201 Created
{ "success": true, "message": "성공했습니다", "result": "magazine_nshzvnrcdz" }
The text was updated successfully, but these errors were encountered:
yeeeun0514
No branches or pull requests
API
매거진 생성
Request
POST
/api/magazine/save
Response
201 Created
The text was updated successfully, but these errors were encountered: