updateLink

open override fun updateLink(from: EntityValue, property: Property, to: EntityValue, headers: HttpHeaders, options: RequestOptions)

Update a link from a source entity to a target entity.

Parameters

from

Source entity for the link to be updated.

property

Source navigation property for the link to be updated. This must be a one-to-one navigation property.

to

Target entity for the link to be updated.

headers

Request-specific headers.

options

Request-specific options.