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] Admin 템플릿 추가 API #649

Closed
AreSain opened this issue Feb 28, 2024 · 0 comments · Fixed by #700
Closed

✨ [Feature] Admin 템플릿 추가 API #649

AreSain opened this issue Feb 28, 2024 · 0 comments · Fixed by #700
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@AreSain
Copy link
Contributor

AreSain commented Feb 28, 2024

Description

  • 템플릿 추가
  • admin이 직접 추가하거나 건의사항으로 템플릿을 받아서 추가(admin 판단 하에)

Request

URI

POST /party/admin/templates

Request body

{
     gameTemplateId: number;
     categoryId: number;
     gameName: string;
     maxGamePeople: number;
     minGamePeople: number;
     maxGameTime: number;
     minGameTime: number;
     genre: string;
     difficulty: string;
     summary: string;
}

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
None yet
Development

Successfully merging a pull request may close this issue.

3 participants