flywheel.api.bulk_api
BulkApi
Bases: object
bulk_move_sessions(body, **kwargs)
Perform a bulk move of sessions to either a subject or project
Move sessions This method makes a synchronous HTTP request by default.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
body | BulkMoveInput | | required |
async_ | (bool, optional) | Perform the request asynchronously | required |
bulk_move_sessions_with_http_info(body, **kwargs)
Perform a bulk move of sessions to either a subject or project
Move sessions This method makes a synchronous HTTP request by default.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
body | BulkMoveInput | | required |
async_ | (bool, optional) | Perform the request asynchronously | required |