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 #39

Open
abcdana opened this issue Mar 3, 2025 · 1 comment
Open

게시글 이미지 API #39

abcdana opened this issue Mar 3, 2025 · 1 comment

Comments

@abcdana
Copy link
Collaborator

abcdana commented Mar 3, 2025

  • 게시글 등록 시 사용할 이미지 업로드 기능 추가
  • Endpoint: /api/images (POST)
  • 요구 사항
    • 업로드된 이미지는 외부 저장소(S3(미정))에 저장
    • 업로드 완료 후 저장된 이미지 URL 반환
@abcdana
Copy link
Collaborator Author

abcdana commented Mar 3, 2025

이미지 삭제 API

  • 등록된 이미지를 삭제하는 기능 추가
  • Endpoint: /api/images/{imageId} (DELETE)
  • 요구 사항
    • 해당 사용자가 업로드한 이미지만 삭제 가능

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