Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_run_in_plan_entry doesn't work #74

Closed
stegalin opened this issue Oct 12, 2022 · 0 comments · Fixed by #75
Closed

update_run_in_plan_entry doesn't work #74

stegalin opened this issue Oct 12, 2022 · 0 comments · Fixed by #75

Comments

@stegalin
Copy link

Accroding to https://support.gurock.com/hc/en-us/articles/7077711537684-Plans#updateruninplanentry URL is

POST index.php?/api/v2/update_run_in_plan_entry/{run_id}

but in the python code it's

return self.s.post(
   endpoint=f"update_run_in_plan_entry/{plan_id}/{run_id}", json=kwargs
)

As result, currently error like Field :run_id is not a valid test run.

tolstislon pushed a commit that referenced this issue Oct 13, 2022
* fix update_run_in_plan_entry

* update versions

* fix docstring

* run black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant