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