We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0398b0c commit f37cbf0Copy full SHA for f37cbf0
1 file changed
openstack/identity/v3/endpoints/requests.go
@@ -62,7 +62,7 @@ type ListOpts struct {
62
ServiceID string `q:"service_id"`
63
64
// RegionID is the ID of the region the Endpoint refers to.
65
- RegionID int `q:"region_id"`
+ RegionID string `q:"region_id"`
66
}
67
68
// ToEndpointListParams builds a list request from the List options.
0 commit comments