chore(docs): Generated API Reference (#4988)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-09-08 15:48:22 +03:00
committed by GitHub
parent c2423cf715
commit 2338dd111f
3 changed files with 12 additions and 2 deletions

View File

@@ -3,5 +3,7 @@ required:
- file_key
properties:
file_key:
description: key of the file to delete
description: >-
key of the file to delete. This is obtained when you first uploaded the
file, or by the file service if you used it directly.
type: string

View File

@@ -3,5 +3,7 @@ required:
- file_key
properties:
file_key:
description: key of the file to obtain the download link for
description: >-
key of the file to obtain the download link for. This is obtained when you
first uploaded the file, or by the file service if you used it directly.
type: string

View File

@@ -9,8 +9,14 @@ properties:
type: object
required:
- url
- key
properties:
url:
description: The URL of the uploaded file.
type: string
format: uri
key:
description: >-
The key of the file that is identifiable by the file service. It can
be used later to retrieve or manipulate the file.
type: string