We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e8ede commit d90d4deCopy full SHA for d90d4de
1 file changed
openstack/dms/v1/permissions/Create.go
@@ -23,7 +23,7 @@ func Create(client *golangsdk.ServiceClient, instanceId string, opts []CreateOpt
23
}
24
url := client.ServiceURL("instances", instanceId, "topics", "accesspolicy")
25
_, err = client.Post(url, b, nil, &golangsdk.RequestOpts{
26
- OkCodes: []int{204},
+ OkCodes: []int{200, 204},
27
})
28
29
return err
0 commit comments