gridscale / gsclient-go

The official gridscale API client written in Go
https://gridscale.io
MIT License
7 stars 7 forks source link

Wrong API endpoint of storage backup rollback #149

Closed nvthongswansea closed 4 years ago

nvthongswansea commented 4 years ago

Due to wrong information on official API docs https://gridscale.io/en//api-documentation/index.html#operation/rollbackStorageBackup, the method RollbackStorageBackup won't work. The correct API endpoint is https://api.gridscale.io/objects/storages/{storage_uuid}/backups/{backup_uuid}/rollback image

nvthongswansea commented 4 years ago

https://github.com/gridscale/gsclient-go/pull/151