The Open API specification for Synapse is now available for download!

Download Open API Spec

PUT /entity/{id}/version/{versionNumber}/filehandle

Updates the FileHandle associated with the FileEntity with the provided entity id and version.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/version/{versionNumber}/filehandle

Resource URL Variables
{id} The id of the file entity
{versionNumber} The entity version
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method PUT
Request Object FileHandleUpdateRequest
(application/json)
Response Object None