api-ref: Remove unnecessary minimum microversion
A minimum microversion description that is the same as the microversion the API is newly added is redundant in parameters. So remove them. Change-Id: I3e1ca88cac3a52a8b44e26f051a51a6db77a3231 Closes-Bug: #1799893
This commit is contained in:
parent
7a76d0c71d
commit
8a0e2a1085
@ -244,7 +244,7 @@ Response
|
|||||||
|
|
||||||
- flavor: flavor
|
- flavor: flavor
|
||||||
- name: flavor_name
|
- name: flavor_name
|
||||||
- description: flavor_description_resp
|
- description: flavor_description_resp_no_min
|
||||||
- id: flavor_id_body
|
- id: flavor_id_body
|
||||||
- ram: flavor_ram
|
- ram: flavor_ram
|
||||||
- disk: flavor_disk
|
- disk: flavor_disk
|
||||||
|
@ -47,7 +47,7 @@ Response
|
|||||||
|
|
||||||
.. rest_parameters:: parameters.yaml
|
.. rest_parameters:: parameters.yaml
|
||||||
|
|
||||||
- tags: tags
|
- tags: tags_no_min
|
||||||
|
|
||||||
**Example List Tags:**
|
**Example List Tags:**
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ Request
|
|||||||
.. rest_parameters:: parameters.yaml
|
.. rest_parameters:: parameters.yaml
|
||||||
|
|
||||||
- server_id: server_id_path
|
- server_id: server_id_path
|
||||||
- tags: tags
|
- tags: tags_no_min
|
||||||
|
|
||||||
**Example Replace Tags:**
|
**Example Replace Tags:**
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ Response
|
|||||||
|
|
||||||
.. rest_parameters:: parameters.yaml
|
.. rest_parameters:: parameters.yaml
|
||||||
|
|
||||||
- tags: tags
|
- tags: tags_no_min
|
||||||
|
|
||||||
**Example Replace Tags:**
|
**Example Replace Tags:**
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@ tag_location:
|
|||||||
in: header
|
in: header
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
min_version: 2.26
|
|
||||||
x-compute-request-id_resp:
|
x-compute-request-id_resp:
|
||||||
description: |
|
description: |
|
||||||
The local request ID, which is a unique ID generated automatically
|
The local request ID, which is a unique ID generated automatically
|
||||||
@ -324,7 +323,6 @@ tag:
|
|||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
min_version: 2.26
|
|
||||||
tenant_id:
|
tenant_id:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the tenant in a multi-tenancy cloud.
|
The UUID of the tenant in a multi-tenancy cloud.
|
||||||
@ -2766,7 +2764,6 @@ flavor_description_required:
|
|||||||
type: string
|
type: string
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
min_version: 2.55
|
|
||||||
description: |
|
description: |
|
||||||
A free form description of the flavor. Limited to 65535 characters
|
A free form description of the flavor. Limited to 65535 characters
|
||||||
in length. Only printable characters are allowed.
|
in length. Only printable characters are allowed.
|
||||||
@ -2777,6 +2774,12 @@ flavor_description_resp:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
min_version: 2.55
|
min_version: 2.55
|
||||||
|
flavor_description_resp_no_min:
|
||||||
|
description: |
|
||||||
|
The description of the flavor.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
flavor_disabled:
|
flavor_disabled:
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
@ -3141,7 +3144,6 @@ force_migration_complete:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: none
|
type: none
|
||||||
min_version: 2.22
|
|
||||||
force_snapshot:
|
force_snapshot:
|
||||||
description: |
|
description: |
|
||||||
Indicates whether to create a snapshot, even if the volume is attached.
|
Indicates whether to create a snapshot, even if the volume is attached.
|
||||||
@ -6304,6 +6306,12 @@ tags:
|
|||||||
required: true
|
required: true
|
||||||
type: array
|
type: array
|
||||||
min_version: 2.26
|
min_version: 2.26
|
||||||
|
tags_no_min:
|
||||||
|
description: |
|
||||||
|
A list of tags. The maximum count of tags in this list is 50.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: array
|
||||||
tenant_id_body:
|
tenant_id_body:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the tenant in a multi-tenancy cloud.
|
The UUID of the tenant in a multi-tenancy cloud.
|
||||||
|
Loading…
Reference in New Issue
Block a user