digitalocean-api-java icon indicating copy to clipboard operation
digitalocean-api-java copied to clipboard

Wrong SnapshotId type for Volume Snapshots

Open gcherkasov opened this issue 5 years ago • 0 comments

ImageId and Droplet SnapshotId are integer, but VolumeId and Volume SnapshotId are string. That cause type mismatch, while trying to get all snapshots or volume snapshots.

gcherkasov avatar Jan 25 '21 16:01 gcherkasov