From 53de2cc9ad358ebcf3a9a73b30c2d2753dfc98e6 Mon Sep 17 00:00:00 2001 From: "grounds-openapi-publisher[bot]" <309496835+grounds-openapi-publisher[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:47:13 +0000 Subject: [PATCH] docs: update service-match api snapshot --- public/specs/service-match/openapi.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/specs/service-match/openapi.json b/public/specs/service-match/openapi.json index 0acefd2..6b674f7 100644 --- a/public/specs/service-match/openapi.json +++ b/public/specs/service-match/openapi.json @@ -262,6 +262,10 @@ }, { "type" : "null" } ] + }, + "fleetName" : { + "type" : [ "string", "null" ], + "description" : "The Agones Fleet that serves this mode. Omit when the fleet is named after the mode, which is the usual case. Set it when one image serves several modes — a duel server builds a different arena per mode and runs all of them from one pool, and a fleet per mode would idle a set of servers for each." } } },