Skip to content

Commit 34c492b

Browse files
authored
docs: clarify processes ClusterID (#255)
1 parent a8f9b16 commit 34c492b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodbatlas/processes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type processesResponse struct {
6161
// ProcessesListOptions filter options for the processes API.
6262
type ProcessesListOptions struct {
6363
ListOptions
64-
ClusterID string `url:"clusterId,omitempty"`
64+
ClusterID string `url:"clusterId,omitempty"` // ClusterID is only available for Ops Manager and CLoud Manager.
6565
}
6666

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

0 commit comments

Comments
 (0)