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

replaceOrder function is missing the order argument #123

Open
peter-hartmann opened this issue Mar 11, 2021 · 0 comments
Open

replaceOrder function is missing the order argument #123

peter-hartmann opened this issue Mar 11, 2021 · 0 comments

Comments

@peter-hartmann
Copy link

peter-hartmann commented Mar 11, 2021

The replaceOrder documentation in the README.md shows this signature:

replaceOrder(uuid) => Promise<Order>

However the PATCH /orders/{id} API function requires replacement parameters to be provide for the order being replaced. So I assume the signature should be:

replaceOrder(uuid, order) => Promise<Order>

where order has the same structure as in createOrder?
I tried passing an order parameter to the replaceOrder function that is replacing the training stop percent, which causes this error:

StatusCodeError: 403 - {"code":40310000,"message":"order parameters are not changed"}

Bug, yes?

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

No branches or pull requests

1 participant