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
I'm encountering an error when creating conversations using the latest version of this gem.
should have required property 'participants'
It seems like the participants attribute is not being passed by the ConversationsCreateBody model.
I did some digging and it seems like this attribute is not being assigned when a new instance is created
sunshine-conversations-ruby/lib/sunshine-conversations-client/models/conversation_create_body.rb
Line 83 in 6b425ec
The text was updated successfully, but these errors were encountered:
Thank you for bringing this to our attention.
The engineering team has triaged this issue and queued it for investigation.
Please keep and eye out for any updates in the releases section of the repository in question, or directly in the Sunshine Conversations Changelog:
Sorry, something went wrong.
@UlyssesDB Any update to this?
No branches or pull requests
I'm encountering an error when creating conversations using the latest version of this gem.
should have required property 'participants'
It seems like the participants attribute is not being passed by the ConversationsCreateBody model.
I did some digging and it seems like this attribute is not being assigned when a new instance is created
sunshine-conversations-ruby/lib/sunshine-conversations-client/models/conversation_create_body.rb
Line 83 in 6b425ec
The text was updated successfully, but these errors were encountered: