Update a Document Folder Structure Template
put
/api/restapi/folderTemplate
Send a request to this endpoint to update a document folder structure template. 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
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : ApiEntityDocumentFolderStructureTemplateInput
Type:
object
Title:
ApiEntityDocumentFolderStructureTemplateInput
This entity represents a DocumentFolderStructureTemplate object, a unique DocumentFolderStructureTemplate object can be identified by the following combinations of the fields.
Show Source
- documentFolderStructureTemplateId
- templateName,workspaceId
- templateName,workspaceCode
-
documentFolderStructureTemplateId: integer
(int64)
The system-generated identifier of a document folder structure template. This value should not be provided in create operation request data, however, it is required for update requests.
-
templateName(required): string
Maximum Length:
255
The name of the document template. -
workspaceCode: string
Minimum Length:
0
Maximum Length:60
The user-specified identifier of a workspace. -
workspaceId(required): integer
(int64)
The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Examples
Back to Top
Response
204 Response
Successful operation with no content.
400 Response
Invalid input for the Document Folder Structure Template service. Verify the request contains valid data, then resubmit the request.