/repository/resources/{subPaths: .*} - Modify a file format

Updates an existing file format, including changing the content for the file format.

Note:

This method is new in 6.7

End-point

POST repository/resources/{subPaths: .*}

Path parameters

Field Description

subPaths

The documentIdentifier of the resource document (the full path for the document).

Request body

Field Type Description

data

ResourceFileUpdateInformationRequest[…]

Has the updated file format information.

Possible response

HTTP status Description

200

The operation completed successfully

401

There is no session or the session is invalid

Response body

Field Type Description

result

ResourceInformation

[…]
The information for the resource document. The filesfield in the data structure contains the file format that was modified.