Skip to content

Commit 79ea487

Browse files
committed
Adminのcreate実装
1 parent 7b3caf7 commit 79ea487

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/admin-bff-api/service.tsp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,16 @@ namespace AdminBFFService {
669669
Body<{
670670
menuItems: FunchService.MenuItem[];
671671
}>) | UnauthorizedResponse;
672+
673+
/**
674+
* メニューを作成する
675+
* @param body 作成するメニューの情報
676+
* @returns 作成されたメニュー
677+
*/
678+
@post create(@body body: FunchService.MenuItemRequest): (CreatedResponse &
679+
Body<{
680+
menuItem: FunchService.MenuItem;
681+
}>) | UnauthorizedResponse;
672682
}
673683

674684
@route("/v1/facultyRooms")

0 commit comments

Comments
 (0)