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
Due to some API changes, creating a new SiloProfile fails when using the .save method.
.save
We need to update/fix to allow to correctly call the 2.x API, and extract the .create and .update from the .save method.
.create
.update
The text was updated successfully, but these errors were encountered:
If we have 2.1 API support we should use that, yes. Do we know why the 1.2 API stopped working for the gem in this case?
Sorry, something went wrong.
The API itself didn't change, but the error text of the message being sent back changed causing our .save method in the gem to fail.
No branches or pull requests
Due to some API changes, creating a new SiloProfile fails when using the
.save
method.We need to update/fix to allow to correctly call the 2.x API, and extract the
.create
and.update
from the.save
method.The text was updated successfully, but these errors were encountered: