From 7ab3014346177716b2307b857048e7934fe3aacc Mon Sep 17 00:00:00 2001 From: hyemin Choi Date: Thu, 15 Sep 2022 00:57:42 +0900 Subject: [PATCH] api-ref: Fix 'name' reference The parameter 'name' can be used in the path or request body in the metadata properties API. Correct three places where the api-ref is using the in-path name definition where it should be using the in-body name definition. Co-authored-by: Brian Rosmaita Change-Id: I7f64841a2a471f05c208c342d256dbf8560e909f --- api-ref/source/v2/metadefs-namespaces-properties.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-ref/source/v2/metadefs-namespaces-properties.inc b/api-ref/source/v2/metadefs-namespaces-properties.inc index 6579019be2..2bd16d3994 100644 --- a/api-ref/source/v2/metadefs-namespaces-properties.inc +++ b/api-ref/source/v2/metadefs-namespaces-properties.inc @@ -28,7 +28,7 @@ Request .. rest_parameters:: metadefs-parameters.yaml - namespace_name: namespace_name - - name: name + - name: name-property - title: title - type: type - additionalItems: additionalItems @@ -76,7 +76,7 @@ Response Parameters - pattern: pattern - type: type - minLength: minLength - - name: name + - name: name-property Response Example ---------------- @@ -176,7 +176,7 @@ Response Parameters - pattern: pattern - type: type - minLength: minLength - - name: name + - name: name-property