diff --git a/platforms.go b/platforms.go index 8eba233..522e73f 100644 --- a/platforms.go +++ b/platforms.go @@ -72,7 +72,7 @@ type PlatformFilter struct { Limit int64 `schema:"limit,omitempty"` } -const platformsPath = dcimPath + "/platforms/" +const platformsPath = dcimPath + "/platforms" // List platforms. PlatformFilter is used to list based on filter queries. func (s *PlatformsService) List(ctx context.Context, f *PlatformFilter) (*Platforms, error) {