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
Request Body - 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.
  • documentFolderStructureTemplateId
  • templateName,workspaceId
  • templateName,workspaceCode
Show Source
  • Read Only: true
    Allowed Values: [ "OWNED", "INHERITED" ]
    Deprecated. As of 24.4.
    The type of association in the relationship between the document folder structure and the workspace. Possible values are Owned and Inherited.
  • 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.
  • Read Only: true
    Allowed Values: [ "MANUAL", "AUTOMATIC" ]
    Deprecated. As of 24.4.
    The push down type of the document folder structure.
  • Read Only: true
    Deprecated. As of 24.4.
    Determines whether a template was created by a user or the system.
  • Maximum Length: 255
    The name of the document template.
  • Read Only: true
    Deprecated. As of 24.4.
    Date when the record was last updated.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.
  • 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.
Back to Top