Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergrabinski committed Feb 23, 2024
1 parent 2b47d56 commit 5cb2aca
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/src/main/paradox/docs/delta/api/files-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ The body should be a multipart form, to allow file upload. The form should conta
This part can contain the following disposition parameters:
- `filename`: the filename which will be used in the back-end file system
- `keywords`: a JSON object with `Label` keys and `string` values. These keywords will be indexed and can be used to search for the file.
- `description`: a string that describes the file. will be indexed in the full-text search.
- `descriptiveName`: a string which is a descriptive name for the file. will be indexed in the full-text search.
- `metadata`: a JSON object containing the following one or more of the following fields:
- `name`: a string which is a descriptive name for the file. It will be indexed in the full-text search.
- `description`: a string that describes the file. It will be indexed in the full-text search.

**Example**

Expand Down Expand Up @@ -88,8 +89,9 @@ The body should be a multipart form, to allow file upload. The form should conta
This part can contain the following disposition parameters:
- `filename`: the filename which will be used in the back-end file system
- `keywords`: a JSON object with `Label` keys and `string` values. These keywords will be indexed and can be used to search for the file.
- `description`: a string that describes the file. will be indexed in the full-text search.
- `descriptiveName`: a string which is a descriptive name for the file. will be indexed in the full-text search.
- `metadata`: a JSON object containing the following one or more of the following fields:
- `name`: a string which is a descriptive name for the file. It will be indexed in the full-text search.
- `description`: a string that describes the file. It will be indexed in the full-text search.

**Example**

Expand Down

0 comments on commit 5cb2aca

Please sign in to comment.