API Docs / Schemas / UpdateDocumentCategoryRequest

UpdateDocumentCategoryRequest

DTO for updating a document category

Properties

Name Type Description
namestring

The display name of the document category

The display name of the document category

sortOrderinteger

The sort order for displaying document categories

The sort order for displaying document categories

JSON Example

{
  "name": "string",
  "sortOrder": 0
}

Used By Operations