Skip to content

Commit 304765a

Browse files
author
serverpod_cloud
committed
feat: 81db460bfdd6efb37c6911c58ac258bd4b5389ce
1 parent 8ce726f commit 304765a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ground_control_client/lib/src/protocol/client.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,12 +967,16 @@ class EndpointProjects extends _i1.EndpointRef {
967967
/// The [cloudProjectId] must be globally unique.
968968
/// [underSubscriptionId] optionally specify a subscription to procure the
969969
/// project under, or the user's primary subscription will be used.
970+
/// [projectProductName] optionally specify the project product name to use,
971+
/// defaults to the first available bundled product for the subscription plan.
970972
_i2.Future<_i3.Project> createProject({
971973
required String cloudProjectId,
972974
String? underSubscriptionId,
975+
String? projectProductName,
973976
}) => caller.callServerEndpoint<_i3.Project>('projects', 'createProject', {
974977
'cloudProjectId': cloudProjectId,
975978
'underSubscriptionId': underSubscriptionId,
979+
'projectProductName': projectProductName,
976980
});
977981

978982
/// Fetches the specified project.

0 commit comments

Comments
 (0)