Tomas Rohovsky created CAMEL-8470:
-------------------------------------
Summary: Several small fixes for camel-linkedin
Key: CAMEL-8470
URL: https://issues.apache.org/jira/browse/CAMEL-8470
Project: Camel
Issue Type: Bug
Affects Versions: 2.14.2
Reporter: Tomas Rohovsky
# companies/addShare should return the created Update
# Share#comment should be String instead of Comment
# Group#isOpenToNonMembers and Group#allowMemberInvites should be Boolean
instead of boolean
Otherwise invoking of people/addGroupMembership causes
{code}
Error invoking addGroupMembership: Unexpected
{group-membership/group/is-open-to-non-members} element, Unexpected
{group-membership/group/allow-member-invites}
{code}
because both attributes (that are not valid for this resource) are present.
# remove role from people/getSuggestedGroupPosts
It is only for group-memberships/{id}/posts resource.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)