Skip to content

Commit 6da0aac

Browse files
authored
Flow exists GET is deprecated, use POST (#1173)
1 parent 953f84e commit 6da0aac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/flows/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def flow_exists(name: str, external_version: str) -> Union[int, bool]:
255255

256256
xml_response = openml._api_calls._perform_api_call(
257257
"flow/exists",
258-
"get",
258+
"post",
259259
data={"name": name, "external_version": external_version},
260260
)
261261

0 commit comments

Comments
 (0)