From 02283ea5d140abb24a557d2ad5603f7680347d21 Mon Sep 17 00:00:00 2001 From: Ebbe Elsborg Date: Fri, 23 Jun 2017 09:16:03 +0200 Subject: [PATCH] Swap parameters 'name' and 'namespace' for TPRs This is to align with the standard API. Note: This is a breaking change. --- scripts/thirdpartypaths.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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",