-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Milestone
Description
Instead of providing an id
in the JSON body, should provide the id
as a path parameter.
(1) Updating runs, i.e.
python-api/simvue/factory/proxy/remote.py
Line 123 in 33aec0e
def update( |
(2) Setting details of an existing folder, i.e.
python-api/simvue/factory/proxy/remote.py
Line 153 in 33aec0e
def set_folder_details( |
(3) Setting alert state, i.e.
python-api/simvue/factory/proxy/remote.py
Line 341 in 33aec0e
def set_alert_state( |
(4) Run heartbeat, i.e.
python-api/simvue/factory/proxy/remote.py
Line 434 in 33aec0e
def send_heartbeat(self) -> typing.Optional[dict[str, typing.Any]]: |
(5) Aborting runs, i.e.
Line 631 in 33aec0e
def abort_run(self, run_id: str, reason: str) -> typing.Union[dict, list]: |
Metadata
Metadata
Assignees
Labels
No labels