diff --git a/app/player/api/internal/types/types.go b/app/player/api/internal/types/types.go index a86dce9..29967a9 100644 --- a/app/player/api/internal/types/types.go +++ b/app/player/api/internal/types/types.go @@ -4,7 +4,6 @@ package types type CreateServiceReq struct { - Id int64 `path:"id"` GameId int64 `json:"gameId, optional"` Title string `json:"title,optional"` Description string `json:"description,optional"` diff --git a/desc/api/player.api b/desc/api/player.api index 47e6341..b11cb10 100644 --- a/desc/api/player.api +++ b/desc/api/player.api @@ -27,7 +27,6 @@ type ( Meta PageMeta `json:"meta"` } CreateServiceReq { - Id int64 `path:"id"` GameId int64 `json:"gameId, optional"` Title string `json:"title,optional"` Description string `json:"description,optional"`