API calls for all endpoints tagged Organizations.
Summary
Functions
Accept organization invitation
Cancel organization invitation
Create organization
Create organization identity provider
Create organization invitation
Create organization role
Create a new region
Decline organization invitation
Delete organization
Delete organization identity provider
Delete organization member
Delete organization OpenTelemetry configuration
Delete organization role
Delete a region
Get organization by ID
Get organization identity provider
Get count of organization invitations for authenticated user
Get organization OTEL config by organization ID
Get organization OTEL config by sandbox auth token
Get organization current usage overview
Get region by ID
Leave organization
List all available regions for the organization
List available sandbox classes for organization
List organization identity providers
List pending organization invitations
List organization invitations for authenticated user
List organization members
List organization roles
List organizations
Regenerate proxy API key for a region
Regenerate snapshot manager credentials for a region
Regenerate SSH gateway API key for a region
Set default region for organization
Suspend organization
Test OIDC identity provider connection
Unsuspend organization
Update access for organization member
Update experimental configuration
Update organization identity provider
Update organization invitation
Update organization OpenTelemetry configuration
Update organization preview warning
Update organization quota
Update organization region quota
Update organization role
Update organization SSO entitlement
Update region configuration
Update sandbox default limited network egress
Functions
@spec accept_organization_invitation(Tesla.Env.client(), String.t(), keyword()) :: {:ok, ExDaytona.Model.OrganizationInvitation.t()} | {:error, Tesla.Env.t()}
Accept organization invitation
Parameters
connection(ExDaytona.Connection): Connection to serverinvitation_id(String.t): Invitation IDopts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.OrganizationInvitation.t}on success{:error, Tesla.Env.t}on failure
@spec cancel_organization_invitation( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Cancel organization invitation
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDinvitation_id(String.t): Invitation IDopts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec create_organization( Tesla.Env.client(), ExDaytona.Model.CreateOrganization.t(), keyword() ) :: {:ok, ExDaytona.Model.Organization.t()} | {:error, Tesla.Env.t()}
Create organization
Parameters
connection(ExDaytona.Connection): Connection to servercreate_organization(CreateOrganization):opts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.Organization.t}on success{:error, Tesla.Env.t}on failure
@spec create_organization_identity_provider( Tesla.Env.client(), String.t(), ExDaytona.Model.CreateIdentityProvider.t(), keyword() ) :: {:ok, ExDaytona.Model.IdentityProvider.t()} | {:error, Tesla.Env.t()}
Create organization identity provider
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDcreate_identity_provider(CreateIdentityProvider):opts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.IdentityProvider.t}on success{:error, Tesla.Env.t}on failure
@spec create_organization_invitation( Tesla.Env.client(), String.t(), ExDaytona.Model.CreateOrganizationInvitation.t(), keyword() ) :: {:ok, ExDaytona.Model.OrganizationInvitation.t()} | {:error, Tesla.Env.t()}
Create organization invitation
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDcreate_organization_invitation(CreateOrganizationInvitation):opts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.OrganizationInvitation.t}on success{:error, Tesla.Env.t}on failure
@spec create_organization_role( Tesla.Env.client(), String.t(), ExDaytona.Model.CreateOrganizationRole.t(), keyword() ) :: {:ok, ExDaytona.Model.OrganizationRole.t()} | {:error, Tesla.Env.t()}
Create organization role
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDcreate_organization_role(CreateOrganizationRole):opts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.OrganizationRole.t}on success{:error, Tesla.Env.t}on failure
@spec create_region(Tesla.Env.client(), ExDaytona.Model.CreateRegion.t(), keyword()) :: {:ok, ExDaytona.Model.CreateRegionResponse.t()} | {:error, Tesla.Env.t()}
Create a new region
Parameters
connection(ExDaytona.Connection): Connection to servercreate_region(CreateRegion):opts(keyword): Optional parameters:"X-Daytona-Organization-ID"(String.t): Use with JWT to specify the organization ID
Returns
{:ok, ExDaytona.Model.CreateRegionResponse.t}on success{:error, Tesla.Env.t}on failure
@spec decline_organization_invitation(Tesla.Env.client(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Decline organization invitation
Parameters
connection(ExDaytona.Connection): Connection to serverinvitation_id(String.t): Invitation IDopts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec delete_organization(Tesla.Env.client(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Delete organization
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec delete_organization_identity_provider( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Delete organization identity provider
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDid(String.t): Identity provider IDopts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec delete_organization_member( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Delete organization member
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDuser_id(String.t): User IDopts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec delete_organization_otel_config(Tesla.Env.client(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Delete organization OpenTelemetry configuration
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec delete_organization_role(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Delete organization role
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDrole_id(String.t): Role IDopts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec delete_region(Tesla.Env.client(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Delete a region
Parameters
connection(ExDaytona.Connection): Connection to serverid(String.t): Region IDopts(keyword): Optional parameters:"X-Daytona-Organization-ID"(String.t): Use with JWT to specify the organization ID
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec get_organization(Tesla.Env.client(), String.t(), keyword()) :: {:ok, ExDaytona.Model.Organization.t()} | {:error, Tesla.Env.t()}
Get organization by ID
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.Organization.t}on success{:error, Tesla.Env.t}on failure
@spec get_organization_identity_provider( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, ExDaytona.Model.IdentityProvider.t()} | {:error, Tesla.Env.t()}
Get organization identity provider
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDid(String.t): Identity provider IDopts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.IdentityProvider.t}on success{:error, Tesla.Env.t}on failure
@spec get_organization_invitations_count_for_authenticated_user( Tesla.Env.client(), keyword() ) :: {:ok, number()} | {:error, Tesla.Env.t()}
Get count of organization invitations for authenticated user
Parameters
connection(ExDaytona.Connection): Connection to serveropts(keyword): Optional parameters
Returns
{:ok, number()}on success{:error, Tesla.Env.t}on failure
@spec get_organization_otel_config(Tesla.Env.client(), String.t(), keyword()) :: {:ok, ExDaytona.Model.OtelConfig.t()} | {:error, Tesla.Env.t()}
Get organization OTEL config by organization ID
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.OtelConfig.t}on success{:error, Tesla.Env.t}on failure
@spec get_organization_otel_config_by_sandbox_auth_token( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, ExDaytona.Model.OtelConfig.t()} | {:error, Tesla.Env.t()}
Get organization OTEL config by sandbox auth token
Parameters
connection(ExDaytona.Connection): Connection to serverauth_token(String.t): Sandbox Auth Tokenopts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.OtelConfig.t}on success{:error, Tesla.Env.t}on failure
@spec get_organization_usage_overview(Tesla.Env.client(), String.t(), keyword()) :: {:ok, ExDaytona.Model.OrganizationUsageOverview.t()} | {:error, Tesla.Env.t()}
Get organization current usage overview
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.OrganizationUsageOverview.t}on success{:error, Tesla.Env.t}on failure
@spec get_region_by_id(Tesla.Env.client(), String.t(), keyword()) :: {:ok, ExDaytona.Model.Region.t()} | {:error, Tesla.Env.t()}
Get region by ID
Parameters
connection(ExDaytona.Connection): Connection to serverid(String.t): Region IDopts(keyword): Optional parameters:"X-Daytona-Organization-ID"(String.t): Use with JWT to specify the organization ID
Returns
{:ok, ExDaytona.Model.Region.t}on success{:error, Tesla.Env.t}on failure
@spec leave_organization(Tesla.Env.client(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Leave organization
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec list_available_regions( Tesla.Env.client(), keyword() ) :: {:ok, [ExDaytona.Model.Region.t()]} | {:error, Tesla.Env.t()}
List all available regions for the organization
Parameters
connection(ExDaytona.Connection): Connection to serveropts(keyword): Optional parameters:"X-Daytona-Organization-ID"(String.t): Use with JWT to specify the organization ID
Returns
{:ok, [%Region{}, ...]}on success{:error, Tesla.Env.t}on failure
@spec list_available_sandbox_classes(Tesla.Env.client(), String.t(), keyword()) :: {:ok, [ExDaytona.Model.AvailableSandboxClass.t()]} | {:error, Tesla.Env.t()}
List available sandbox classes for organization
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters
Returns
{:ok, [%AvailableSandboxClass{}, ...]}on success{:error, Tesla.Env.t}on failure
@spec list_organization_identity_providers(Tesla.Env.client(), String.t(), keyword()) :: {:ok, [ExDaytona.Model.IdentityProvider.t()]} | {:error, Tesla.Env.t()}
List organization identity providers
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters
Returns
{:ok, [%IdentityProvider{}, ...]}on success{:error, Tesla.Env.t}on failure
@spec list_organization_invitations(Tesla.Env.client(), String.t(), keyword()) :: {:ok, [ExDaytona.Model.OrganizationInvitation.t()]} | {:error, Tesla.Env.t()}
List pending organization invitations
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters
Returns
{:ok, [%OrganizationInvitation{}, ...]}on success{:error, Tesla.Env.t}on failure
@spec list_organization_invitations_for_authenticated_user( Tesla.Env.client(), keyword() ) :: {:ok, [ExDaytona.Model.OrganizationInvitation.t()]} | {:error, Tesla.Env.t()}
List organization invitations for authenticated user
Parameters
connection(ExDaytona.Connection): Connection to serveropts(keyword): Optional parameters
Returns
{:ok, [%OrganizationInvitation{}, ...]}on success{:error, Tesla.Env.t}on failure
@spec list_organization_members(Tesla.Env.client(), String.t(), keyword()) :: {:ok, [ExDaytona.Model.OrganizationUser.t()]} | {:error, Tesla.Env.t()}
List organization members
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters
Returns
{:ok, [%OrganizationUser{}, ...]}on success{:error, Tesla.Env.t}on failure
@spec list_organization_roles(Tesla.Env.client(), String.t(), keyword()) :: {:ok, [ExDaytona.Model.OrganizationRole.t()]} | {:error, Tesla.Env.t()}
List organization roles
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters
Returns
{:ok, [%OrganizationRole{}, ...]}on success{:error, Tesla.Env.t}on failure
@spec list_organizations( Tesla.Env.client(), keyword() ) :: {:ok, [ExDaytona.Model.Organization.t()]} | {:error, Tesla.Env.t()}
List organizations
Parameters
connection(ExDaytona.Connection): Connection to serveropts(keyword): Optional parameters
Returns
{:ok, [%Organization{}, ...]}on success{:error, Tesla.Env.t}on failure
@spec regenerate_proxy_api_key(Tesla.Env.client(), String.t(), keyword()) :: {:ok, ExDaytona.Model.RegenerateApiKeyResponse.t()} | {:error, Tesla.Env.t()}
Regenerate proxy API key for a region
Parameters
connection(ExDaytona.Connection): Connection to serverid(String.t): Region IDopts(keyword): Optional parameters:"X-Daytona-Organization-ID"(String.t): Use with JWT to specify the organization ID
Returns
{:ok, ExDaytona.Model.RegenerateApiKeyResponse.t}on success{:error, Tesla.Env.t}on failure
@spec regenerate_snapshot_manager_credentials( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, ExDaytona.Model.SnapshotManagerCredentials.t()} | {:error, Tesla.Env.t()}
Regenerate snapshot manager credentials for a region
Parameters
connection(ExDaytona.Connection): Connection to serverid(String.t): Region IDopts(keyword): Optional parameters:"X-Daytona-Organization-ID"(String.t): Use with JWT to specify the organization ID
Returns
{:ok, ExDaytona.Model.SnapshotManagerCredentials.t}on success{:error, Tesla.Env.t}on failure
@spec regenerate_ssh_gateway_api_key(Tesla.Env.client(), String.t(), keyword()) :: {:ok, ExDaytona.Model.RegenerateApiKeyResponse.t()} | {:error, Tesla.Env.t()}
Regenerate SSH gateway API key for a region
Parameters
connection(ExDaytona.Connection): Connection to serverid(String.t): Region IDopts(keyword): Optional parameters:"X-Daytona-Organization-ID"(String.t): Use with JWT to specify the organization ID
Returns
{:ok, ExDaytona.Model.RegenerateApiKeyResponse.t}on success{:error, Tesla.Env.t}on failure
@spec set_organization_default_region( Tesla.Env.client(), String.t(), ExDaytona.Model.UpdateOrganizationDefaultRegion.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Set default region for organization
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDupdate_organization_default_region(UpdateOrganizationDefaultRegion):opts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec suspend_organization(Tesla.Env.client(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Suspend organization
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters:body(OrganizationSuspension):
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec test_organization_identity_provider_connection( Tesla.Env.client(), String.t(), ExDaytona.Model.TestIdentityProviderConnection.t(), keyword() ) :: {:ok, ExDaytona.Model.TestIdentityProviderConnectionResponse.t()} | {:error, Tesla.Env.t()}
Test OIDC identity provider connection
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDtest_identity_provider_connection(TestIdentityProviderConnection):opts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.TestIdentityProviderConnectionResponse.t}on success{:error, Tesla.Env.t}on failure
@spec unsuspend_organization(Tesla.Env.client(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Unsuspend organization
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec update_access_for_organization_member( Tesla.Env.client(), String.t(), String.t(), ExDaytona.Model.UpdateOrganizationMemberAccess.t(), keyword() ) :: {:ok, ExDaytona.Model.OrganizationUser.t()} | {:error, Tesla.Env.t()}
Update access for organization member
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDuser_id(String.t): User IDupdate_organization_member_access(UpdateOrganizationMemberAccess):opts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.OrganizationUser.t}on success{:error, Tesla.Env.t}on failure
@spec update_experimental_config(Tesla.Env.client(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Update experimental configuration
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDopts(keyword): Optional parameters:body(%{optional(String.t) => any()}): Experimental configuration as a JSON object. Set to null to clear the configuration.
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec update_organization_identity_provider( Tesla.Env.client(), String.t(), String.t(), ExDaytona.Model.UpdateIdentityProvider.t(), keyword() ) :: {:ok, ExDaytona.Model.IdentityProvider.t()} | {:error, Tesla.Env.t()}
Update organization identity provider
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDid(String.t): Identity provider IDupdate_identity_provider(UpdateIdentityProvider):opts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.IdentityProvider.t}on success{:error, Tesla.Env.t}on failure
@spec update_organization_invitation( Tesla.Env.client(), String.t(), String.t(), ExDaytona.Model.UpdateOrganizationInvitation.t(), keyword() ) :: {:ok, ExDaytona.Model.OrganizationInvitation.t()} | {:error, Tesla.Env.t()}
Update organization invitation
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDinvitation_id(String.t): Invitation IDupdate_organization_invitation(UpdateOrganizationInvitation):opts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.OrganizationInvitation.t}on success{:error, Tesla.Env.t}on failure
@spec update_organization_otel_config( Tesla.Env.client(), String.t(), ExDaytona.Model.OtelConfig.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Update organization OpenTelemetry configuration
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDotel_config(OtelConfig):opts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec update_organization_preview_warning( Tesla.Env.client(), String.t(), ExDaytona.Model.OrganizationPreviewWarning.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Update organization preview warning
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDorganization_preview_warning(OrganizationPreviewWarning):opts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec update_organization_quota( Tesla.Env.client(), String.t(), ExDaytona.Model.UpdateOrganizationQuota.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Update organization quota
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDupdate_organization_quota(UpdateOrganizationQuota):opts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec update_organization_region_quota( Tesla.Env.client(), String.t(), String.t(), ExDaytona.Model.UpdateOrganizationRegionQuota.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Update organization region quota
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDregion_id(String.t): ID of the region where the updated quota will be appliedupdate_organization_region_quota(UpdateOrganizationRegionQuota):opts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec update_organization_role( Tesla.Env.client(), String.t(), String.t(), ExDaytona.Model.UpdateOrganizationRole.t(), keyword() ) :: {:ok, ExDaytona.Model.OrganizationRole.t()} | {:error, Tesla.Env.t()}
Update organization role
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDrole_id(String.t): Role IDupdate_organization_role(UpdateOrganizationRole):opts(keyword): Optional parameters
Returns
{:ok, ExDaytona.Model.OrganizationRole.t}on success{:error, Tesla.Env.t}on failure
@spec update_organization_sso_enabled( Tesla.Env.client(), String.t(), ExDaytona.Model.OrganizationSsoEnabled.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Update organization SSO entitlement
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDorganization_sso_enabled(OrganizationSsoEnabled):opts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec update_region( Tesla.Env.client(), String.t(), ExDaytona.Model.UpdateRegion.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Update region configuration
Parameters
connection(ExDaytona.Connection): Connection to serverid(String.t): Region IDupdate_region(UpdateRegion):opts(keyword): Optional parameters:"X-Daytona-Organization-ID"(String.t): Use with JWT to specify the organization ID
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
@spec update_sandbox_default_limited_network_egress( Tesla.Env.client(), String.t(), ExDaytona.Model.OrganizationSandboxDefaultLimitedNetworkEgress.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Update sandbox default limited network egress
Parameters
connection(ExDaytona.Connection): Connection to serverorganization_id(String.t): Organization IDorganization_sandbox_default_limited_network_egress(OrganizationSandboxDefaultLimitedNetworkEgress):opts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure