Skip to content

Commit

Permalink
fix delete resource api spec (add aws region)
Browse files Browse the repository at this point in the history
  • Loading branch information
snripa committed Dec 15, 2020
1 parent dec9f11 commit 9ed14c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/api_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,4 +426,8 @@ definitions:
description: "Type of resource to be destroyed. Currently only 'cluster'"
enum:
- "cluster"
example: "cluster"
example: "cluster"
region:
type: "string"
description: "AWS region where the resource is located"
example: "eu-west-2"

0 comments on commit 9ed14c2

Please sign in to comment.