Skip to content

Commit

Permalink
Updated following file(s): file-storage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertWille committed Nov 22, 2023
1 parent d5a3891 commit a768679
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion file-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ components:
ParentFolderId:
type: string
x-apideck-schema-id: ParentFolderId
description: The parent folder to create the new file within.
description: The parent folder to create the new file within. This can be an ID or a path depending on the downstream folder. Please see the connector section below to see downstream specific gotchas.
example: '1234'
PassThroughQuery:
type: object
Expand Down Expand Up @@ -2957,6 +2957,9 @@ paths:
- $ref: '#/components/parameters/fields'
security:
- apiKey: []
x-apideck-gotchas:
- connector: dropbox
description: To create a new folder at the top level in Dropbox via its API, use "root" as the parent_folder_id. For a subfolder, use "/ParentFolder" as the parent_folder_id, including the initial "/". Omitting this slash leads to a regex error from Dropbox.
requestBody:
required: true
content:
Expand Down

0 comments on commit a768679

Please sign in to comment.