Skip to content

Commit

Permalink
fixup! Fixes #18622: Bad file name in api-doc: some more errors
Browse files Browse the repository at this point in the history
Fixes #18622: Bad file name in api-doc: some more errors
  • Loading branch information
fanf committed Nov 18, 2020
1 parent 60e06e3 commit 26aa745
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions webapp/sources/api-doc/components/parameters/node-delete-mode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# SPDX-License-Identifier: CC-BY-SA-2.0
# SPDX-FileCopyrightText: 2013-2020 Normation SAS
name: "mode"
in: query
required: false
description: Deletion mode to use, either move to trash ('move', default) or erase ('erase')
schema:
default: move
type: string
enum:
- move
- erase
example: move

0 comments on commit 26aa745

Please sign in to comment.