Update a File

put

/primeapi/restapi/document/file

Send a request to this endpoint to update a file. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.

Request

Supported Media Types
Body ()
A file object.
Root Schema : ApiEntityDocument
Type: object
Show Source
Nested Schema : annotationCount
Type: object
Additional Properties Allowed
Show Source
Nested Schema : ApiEntityDocumentConfiguredFields
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing the cost fields associated with the document.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing the cost fields associated with the document.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing the cost fields associated with the document.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object

Response

Supported Media Types

204 Response

Successful operation with no content.

400 Response

Invalid input for the Document service. Verify the request contains valid data, then resubmit the request.