Skip to content

Commit

Permalink
Updated OpenAPI for recursive delete
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishamm committed Mar 23, 2023
1 parent d5551c0 commit 46a260d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Developer-documentation/OpenAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,13 @@ paths:
required: true
schema:
type: string
- name: 'recursive'
in: query
description: 'Delete directory recursively (if applicable)'
required: false
schema:
type: string
enum: ['yes', 'no']
responses:
'200':
description: 'File delete result'
Expand Down

0 comments on commit 46a260d

Please sign in to comment.