Skip to content

API migration to /api/{object}/{id} #519

@alahiff

Description

@alahiff

Instead of providing an id in the JSON body, should provide the id as a path parameter.

(1) Updating runs, i.e.

(2) Setting details of an existing folder, i.e.

def set_folder_details(

(3) Setting alert state, i.e.

def set_alert_state(

(4) Run heartbeat, i.e.

def send_heartbeat(self) -> typing.Optional[dict[str, typing.Any]]:

(5) Aborting runs, i.e.

def abort_run(self, run_id: str, reason: str) -> typing.Union[dict, list]:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions