benchling_api_client.api.apps.create_benchling_app module¶
- async asyncio(*, client: Client, json_body: BenchlingAppCreate) Optional[Union[BenchlingApp, BadRequestError, ForbiddenError, ConflictError]] ¶
Create an app
- async asyncio_detailed(*, client: Client, json_body: BenchlingAppCreate) Response[Union[BenchlingApp, BadRequestError, ForbiddenError, ConflictError]] ¶
- sync(*, client: Client, json_body: BenchlingAppCreate) Optional[Union[BenchlingApp, BadRequestError, ForbiddenError, ConflictError]] ¶
Create an app
- sync_detailed(*, client: Client, json_body: BenchlingAppCreate) Response[Union[BenchlingApp, BadRequestError, ForbiddenError, ConflictError]] ¶