Home > @vsf-enterprise/epcc-api > FlowEndpoints > updateEntryRelationship

# FlowEndpoints.updateEntryRelationship() method

Replace the relationships between an entry and a resource.

Signature:

updateEntryRelationship(context: ElasticPathIntegrationContext, params: UpdateEntryRelationshipParams): Promise<any>;

# Parameters

Parameter Type Description
context ElasticPathIntegrationContext An auto-generated value prepended to the method as a first parameter.
params UpdateEntryRelationshipParams An object which contains necessary properties for updating an entry relationship.

Returns:

Promise<any>