forked from openstack/cinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add v3 api-ref for updating specific extra specs for a volume type
This patch adds v3 api-ref for the following volume type API: Update specific extra specs assigned to a volume type. Change-Id: Ib8622870d53cbdc249aa465ce62ed45dea2b4089
- Loading branch information
1 parent
0690f14
commit dafdd74
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
api-ref/source/v3/samples/volume-type-specific-extra-specs-update-request.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"key1": "value1" | ||
} |
3 changes: 3 additions & 0 deletions
3
api-ref/source/v3/samples/volume-type-specific-extra-specs-update-response.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"key1": "value1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters