v50

latestOpenAPI 3.0.3agplraw.githubusercontent.com2026-06-2680131565.4 KB
file_element

Update visible element

Update visible element of a specific file

patch/ocs/v2.php/apps/libresign/api/{apiVersion}/file-element/{uuid}/{elementId}

Path parameters

apiVersion'v1' required
uuidstring required

UUID of sign request. The signer UUID is what the person receives via email when asked to sign. This is not the file UUID.

elementIdinteger nullable required

ID of visible element. Each element has an ID that is returned on validation endpoints.

Headers

OCS-APIRequestboolean required

Required to be true for the API request to pass

Request body

signRequestIdinteger required

Id of sign request

fileIdinteger nullable

LibreSign file ID that owns the visible element

typestring

The type of element to create, sginature, sinitial, date, datetime, text

metadataobject

Metadata of visible elements to associate with the document

Response

OK