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}/notice API를 구현합니다.
/admins/{admin_id}/notice
요구 사항:
기능 설명:
작업 내용:
참고:
The text was updated successfully, but these errors were encountered:
smreosms13
No branches or pull requests
API 구현 - /admins/{admin_id}/notice (POST)
목적: 관리자가 공지사항을 등록하는
/admins/{admin_id}/notice
API를 구현합니다.요구 사항:
기능 설명:
/admins/{admin_id}/notice
엔드포인트에 POST 메서드로 요청을 보낼 때, 서버는 관리자 권한을 확인한 후 클라이언트가 요청 본문에 포함한 공지사항 정보를 데이터베이스에 등록합니다.작업 내용:
/admins/{admin_id}/notice
)를 POST 메서드로 구현합니다.참고:
The text was updated successfully, but these errors were encountered: