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 | ||
| description | string | Description of the document |
Description of the document | ||
JSON Example
{
"name": "string",
"description": "string"
}