diff --git a/scripts/thirdpartypaths.json b/scripts/thirdpartypaths.json index f7d71adff..c16932601 100644 --- a/scripts/thirdpartypaths.json +++ b/scripts/thirdpartypaths.json @@ -113,13 +113,6 @@ "third_party_resources" ], "parameters": [ - { - "name": "namespace", - "in": "path", - "required": true, - "description": "The Resource's namespace", - "type": "string" - }, { "name": "name", "in": "path", @@ -127,6 +120,13 @@ "description": "The Resource's name", "type": "string" }, + { + "name": "namespace", + "in": "path", + "required": true, + "description": "The Resource's namespace", + "type": "string" + }, { "name": "fqdn", "in": "path", @@ -213,13 +213,6 @@ "third_party_resources" ], "parameters": [ - { - "name": "namespace", - "in": "path", - "required": true, - "description": "The Resource's namespace", - "type": "string" - }, { "name": "name", "in": "path", @@ -227,6 +220,13 @@ "description": "The Resource's name", "type": "string" }, + { + "name": "namespace", + "in": "path", + "required": true, + "description": "The Resource's namespace", + "type": "string" + }, { "name": "fqdn", "in": "path",