diff --git a/api-ref/source/baremetal-api-v1-nodes.inc b/api-ref/source/baremetal-api-v1-nodes.inc index 6bb3f5c20f..408099c182 100644 --- a/api-ref/source/baremetal-api-v1-nodes.inc +++ b/api-ref/source/baremetal-api-v1-nodes.inc @@ -75,7 +75,7 @@ The list and example below are representative of the response as of API microver .. rest_parameters:: parameters.yaml - - uuid: node_uuid + - uuid: uuid - name: node_name - power_state: power_state - target_power_state: target_power_state @@ -202,7 +202,7 @@ Response .. rest_parameters:: parameters.yaml - - uuid: node_uuid + - uuid: uuid - name: node_name - power_state: power_state - target_power_state: target_power_state @@ -260,7 +260,7 @@ Response .. rest_parameters:: parameters.yaml - - uuid: node_uuid + - uuid: uuid - name: node_name - power_state: power_state - target_power_state: target_power_state @@ -325,7 +325,7 @@ Response .. rest_parameters:: parameters.yaml - - uuid: node_uuid + - uuid: uuid - name: node_name - power_state: power_state - target_power_state: target_power_state @@ -373,4 +373,4 @@ Request .. rest_parameters:: parameters.yaml - - node_ident: node_ident \ No newline at end of file + - node_ident: node_ident diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index c07174f2b9..887e323fa4 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -380,12 +380,6 @@ node_name: in: body required: false type: string -node_uuid: - description: | - UUID of the Node resource. - in: body - required: true - type: string nodes: description: | Links to the collection of nodes contained in @@ -573,4 +567,4 @@ versions: Array of information about currently supported versions. in: body required: true - type: array \ No newline at end of file + type: array