We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Quando chamo POST /instance/restart/{name} obtenho
/instance/restart/{name}
{ error: true, message: '[object Object]' }
O mesmo acontece no manager.
Aliás, na documentação diz que é PUT ao invés de POST.
2.1.1
The text was updated successfully, but these errors were encountered:
O mesmo erro acontece na 2.2.0 ao chamar uma vez o endpoint retorna { "error": true, "message": "[object Object]" }
na segunda vez chamando retorna corretamente, verifiquei que acontece em vários endpoints primeira vez que chama
segunda vez
Sorry, something went wrong.
No branches or pull requests
What did you do?
Quando chamo POST
/instance/restart/{name}
obtenhoO mesmo acontece no manager.
Aliás, na documentação diz que é PUT ao invés de POST.
Which version of the API are you using?
2.1.1
The text was updated successfully, but these errors were encountered: