Skip to content

Commit fd3720a

Browse files
author
Uday Sahni
committed
Changed field name to match updated operation
1 parent 76df943 commit fd3720a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/includes/openstack/_instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ curl -X POST \
172172
```
173173
```json
174174
{
175-
"newSecurityGroups": [ "securityGroupNameA", "securityGroupNameB"]
175+
"securityGroupNames": [ "securityGroupNameA", "securityGroupNameB"]
176176
}
177177
```
178178

0 commit comments

Comments
 (0)