Skip to content

Commit 89bdc87

Browse files
authored
fix(apple_silicon): document commitment type values and usage (scaleway#2461)
1 parent 33520b5 commit 89bdc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/applesilicon/v1alpha1/applesilicon_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ type CreateServerRequest struct {
671671
// EnableVpc: activate the Private Network feature for this server. This feature is configured through the Apple Silicon - Private Networks API.
672672
EnableVpc bool `json:"enable_vpc"`
673673

674-
// CommitmentType: activate commitment for this server. If not specified, there is a 24h commitment due to Apple licensing. It can be updated with the Update Server request. Available commitment depends on server type.
674+
// CommitmentType: activate commitment for this server. If not specified, there is a 24h commitment due to Apple licensing (commitment_type `duration_24h`). It can be updated with the Update Server request. Available commitment depends on server type.
675675
// Default value: duration_24h
676676
CommitmentType CommitmentType `json:"commitment_type"`
677677
}

0 commit comments

Comments
 (0)