benchling_api_client.api.apps.patch_benchling_app module¶
- async asyncio(*, client: Client, app_id: str, json_body: BenchlingAppUpdate) Optional[Union[BenchlingApp, BadRequestError, ForbiddenError, NotFoundError]] ¶
Update an app
- async asyncio_detailed(*, client: Client, app_id: str, json_body: BenchlingAppUpdate) Response[Union[BenchlingApp, BadRequestError, ForbiddenError, NotFoundError]] ¶
- sync(*, client: Client, app_id: str, json_body: BenchlingAppUpdate) Optional[Union[BenchlingApp, BadRequestError, ForbiddenError, NotFoundError]] ¶
Update an app
- sync_detailed(*, client: Client, app_id: str, json_body: BenchlingAppUpdate) Response[Union[BenchlingApp, BadRequestError, ForbiddenError, NotFoundError]] ¶