chore(docs): Generated API Reference (#4988)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c2423cf715
commit
2338dd111f
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user