Skip to content

Commit

Permalink
docs: clarify processes ClusterID (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn authored Sep 14, 2021
1 parent a8f9b16 commit 34c492b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodbatlas/processes.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type processesResponse struct {
// ProcessesListOptions filter options for the processes API.
type ProcessesListOptions struct {
ListOptions
ClusterID string `url:"clusterId,omitempty"`
ClusterID string `url:"clusterId,omitempty"` // ClusterID is only available for Ops Manager and CLoud Manager.
}

// List lists all processes in the project associated to {GROUP-ID}.
Expand Down

0 comments on commit 34c492b

Please sign in to comment.