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

✨ [Feature] 모집글 상태수정 API #780

Closed
wken5577 opened this issue Mar 27, 2024 · 0 comments · Fixed by #781
Closed

✨ [Feature] 모집글 상태수정 API #780

wken5577 opened this issue Mar 27, 2024 · 0 comments · Fixed by #781
Assignees
Labels
enhancement New feature or request

Comments

@wken5577
Copy link
Contributor

wken5577 commented Mar 27, 2024

Description

  • '모집글의 상태를 바꾸는 API' 모집중 -> 모집완료, 모집완료 -> 모집중

Request

URI

PATCH /admin/recruitments/{recruit_id}/status

RequestBody

     {
        "finish" : "boolean" 
     }
  • status
  • finish == true -> 모집완료
  • finish == false -> 모집중

Response

Status Code

  • 201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant