diff --git a/codegenerator/openapi/designate_schemas.py b/codegenerator/openapi/designate_schemas.py index d5c6523..097ceca 100644 --- a/codegenerator/openapi/designate_schemas.py +++ b/codegenerator/openapi/designate_schemas.py @@ -281,7 +281,7 @@ ZONE_SHARES_LIST_PARAMETERS: dict[str, Any] = { }, "marker": { "in": "query", - "name": "market", + "name": "marker", "description": "The ID of the last-seen item. Use the limit parameter to make an initial limited request and use the ID of the last-seen item from the response as the marker parameter value in a subsequent limited request.", "schema": {"type": "string", "format": "uuid"}, }, @@ -315,7 +315,7 @@ ZONES_LIST_PARAMETERS: dict[str, Any] = { }, "marker": { "in": "query", - "name": "market", + "name": "marker", "description": "The ID of the last-seen item. Use the limit parameter to make an initial limited request and use the ID of the last-seen item from the response as the marker parameter value in a subsequent limited request.", "schema": {"type": "string", "format": "uuid"}, }, @@ -570,7 +570,7 @@ ZONE_RECORDSETS_LIST_PARAMETERS: dict[str, Any] = { }, "marker": { "in": "query", - "name": "market", + "name": "marker", "description": "The ID of the last-seen item. Use the limit parameter to make an initial limited request and use the ID of the last-seen item from the response as the marker parameter value in a subsequent limited request.", "schema": {"type": "string", "format": "uuid"}, },