Skip to content

Commit

Permalink
chore: add game id to server endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Jul 31, 2024
1 parent e98d2d0 commit a16942b
Show file tree
Hide file tree
Showing 7 changed files with 452 additions and 437 deletions.
3 changes: 2 additions & 1 deletion fern/definition/servers/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ service:
name: GetServersRequest
query-parameters:
tags: optional<string>
game_id: optional<uuid>
response: ListServersResponse

create:
Expand Down Expand Up @@ -109,4 +110,4 @@ types:
properties:
servers:
docs: A list of servers for the game associated with the token.
type: list<commons.Server>
type: list<commons.Server>
1 change: 1 addition & 0 deletions fern/definition/servers/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ service:
name: GetBuildsRequest
query-parameters:
tags: optional<string>
game_id: optional<uuid>
response: ListBuildsResponse

prepareBuild:
Expand Down
1 change: 1 addition & 0 deletions fern/definition/servers/logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ service:
name: GetServerLogsRequest
query-parameters:
stream: LogStream
game_id: optional<uuid>
watch_index:
docs: A query parameter denoting the requests watch index.
type: optional<string>
Expand Down
Loading

0 comments on commit a16942b

Please sign in to comment.