API Docs / Schemas / UpdatePracticeDocumentRequest

UpdatePracticeDocumentRequest

Request to update a practice document's metadata (the file itself is immutable)

Properties

Name Type Description
name*string

Name of the document

Name of the document

descriptionstring

Description of the document

Description of the document

JSON Example

{
  "name": "string",
  "description": "string"
}

Used By Operations