benchling_sdk.services.v2.alpha.v2_alpha_app_service module¶

class V2AlphaAppService¶

Bases: benchling_sdk.services.v2.base_service.BaseService

V2-Alpha Apps.

Create and manage Apps on your tenant.

https://benchling.com/api/v2-alpha/reference?stability=not-available#/Apps

get_manifest(app_id: str) → benchling_api_client.v2.alpha.models.benchling_app_manifest_alpha.BenchlingAppManifestAlpha¶

Get app manifest.

See https://benchling.com/api/v2-alpha/reference?stability=la/Apps/getBenchlingAppManifest

update_manifest(app_id: str, manifest: benchling_api_client.v2.alpha.models.benchling_app_manifest_alpha.BenchlingAppManifestAlpha) → benchling_api_client.v2.alpha.models.benchling_app_manifest_alpha.BenchlingAppManifestAlpha¶

Update an app manifest.

See https://benchling.com/api/v2-alpha/reference?stability=la#/Apps/putBenchlingAppManifest