api-ref: fix security_groups response parameter in os-security-groups
The 'security_groups' parameter in the GET /os-security-groups API is not optional and we don't need information about the name attribute. The "security_groups" parameter being used is actually for the create server API. Change-Id: I63bb8fc433b56a3f2b80cfafab37b103fe3a27d9
This commit is contained in:
parent
d480b60ea1
commit
edeec02963
@ -41,7 +41,7 @@ Response
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- security_groups: security_groups
|
||||
- security_groups: security_groups_obj
|
||||
- description: description
|
||||
- id: security_group_id_body
|
||||
- name: name
|
||||
|
Loading…
Reference in New Issue
Block a user