Api-ref: change fix ``extra-spec-key`` key in path

TrivialFix:
In the API Unset an extra spec:
/v2/{tenant_id}/types/{share_type_id}/extra_specs/{extra-spec-key}
the key extra-spec-key should be in path, but it is in body, this
is to fix this.

Change-Id: Ia6f01a6bca369ca4b922a45e8e6ece4f583528c7
This commit is contained in:
junboli 2018-07-16 14:10:10 +08:00
parent fb26e5211b
commit d3d7e4c69a
2 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,12 @@ export_location_id_path:
in: path
required: true
type: string
extra-spec-key-path:
description: |
The extra specification key
in: path
required: true
type: string
group_snapshot_id_path:
description: |
The group snapshot ID.

View File

@ -486,7 +486,7 @@ Request
- tenant_id: tenant_id_path
- share_type_id: share_type_id
- extra-spec-key: extra-spec-key
- extra-spec-key: extra-spec-key-path
Add share type access