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 <rosmaita.fossdev@gmail.com>

Change-Id: I7f64841a2a471f05c208c342d256dbf8560e909f
This commit is contained in:
hyemin Choi
2022-09-15 00:57:42 +09:00
committed by Brian Rosmaita
parent 3ea17a13a0
commit 7ab3014346

View File

@@ -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