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
목적: 관리자가 특정 도서의 소장 정보를 삭제하는 /admins/{admin_id}/book-holding/{book_id} API를 구현합니다.
/admins/{admin_id}/book-holding/{book_id}
요구 사항:
기능 설명:
작업 내용:
참고:
The text was updated successfully, but these errors were encountered:
smreosms13
No branches or pull requests
API 구현 - /admins/{admin_id}/book-holding/{book_id} (DELETE)
목적: 관리자가 특정 도서의 소장 정보를 삭제하는
/admins/{admin_id}/book-holding/{book_id}
API를 구현합니다.요구 사항:
기능 설명:
/admins/{admin_id}/book-holding/{book_id}
엔드포인트에 DELETE 메서드로 요청을 보낼 때, 서버는 관리자 권한을 확인한 후 특정 도서의 소장 정보를 데이터베이스에서 삭제합니다.작업 내용:
/admins/{admin_id}/book-holding/{book_id}
)를 DELETE 메서드로 구현합니다.참고:
The text was updated successfully, but these errors were encountered: