Skip to content

Commit

Permalink
Allow multiple role identifiers for cloud volume
Browse files Browse the repository at this point in the history
  • Loading branch information
abellotti authored and d-m-u committed Jun 6, 2018
1 parent 227dc39 commit 1687168
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions config/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1262,10 +1262,14 @@
:collection_actions:
:get:
- :name: read
:identifier: ems_infra_show_list
:identifier:
- ems_infra_show_list
- ems_block_storage_show_list
:post:
- :name: query
:identifier: ems_infra_show_list
:identifier:
- ems_infra_show_list
- ems_block_storage_show_list
- :name: create
:identifier: ems_infra_new
- :name: edit
Expand All @@ -1277,7 +1281,9 @@
:resource_actions:
:get:
- :name: read
:identifier: ems_infra_show
:identifier:
- ems_infra_show
- ems_block_storage_show
:post:
- :name: edit
:identifier: ems_infra_edit
Expand Down

0 comments on commit 1687168

Please sign in to comment.