Merge "fix dns qp marker parameter name"

This commit is contained in:
Zuul
2025-05-27 17:21:52 +00:00
committed by Gerrit Code Review

View File

@@ -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"},
},