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

게시글 삭제 #14

Open
enjay27 opened this issue Jun 11, 2021 · 1 comment
Open

게시글 삭제 #14

enjay27 opened this issue Jun 11, 2021 · 1 comment

Comments

@enjay27
Copy link
Collaborator

enjay27 commented Jun 11, 2021

  1. Method : DELETE
  2. Request Header
    1. 유저 정보 token
  3. Path : 게시글 ID / number {id}
  4. Request Body : X
  5. Response Body : X
  6. Response Code : 상단 참조
  7. URI : /post/{id}
  8. 기타 참고 사항
    1. 채택되었을 경우 삭제 불가
    2. tag에 공지/이벤트 tag 있을경우 user가 admin인 경우만 삭제가능해야함
enjay27 added a commit to enjay27/dev-in_API that referenced this issue Jun 11, 2021
enjay27 added a commit to enjay27/dev-in_API that referenced this issue Jun 11, 2021
@enjay27
Copy link
Collaborator Author

enjay27 commented Jun 11, 2021

응답 예시

DELETE post/{id}
{
	"statusCode": "OK",
	"responseMessage": "DELETED_POST",
	"data": null
}

enjay27 added a commit to enjay27/dev-in_API that referenced this issue Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant