Accept RelationshipChange
Accepts a RelationshipChange with the given changeId.
Parameters
relationshipIdthe Relationship’s id which should be changed by the RelationshipChangechangeIdthe RelationshipChange’s idcontenta possible answer to the respective RelationshipChange which the peer can fetch
On Success
- The RelationshipChange is accepted and the given
contentmade available for the peer. - Returns the changed Relationship
On Failure
- There is no such Relationship or RelationshipChange.
- The
changeIdis not related to therelationshipId.