Skip to content

Commit

Permalink
Require storagetarget param to create storagetarget for storagecache
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmartt committed Jul 14, 2020
1 parent 59e4564 commit d9c9201
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@
"description": "Object containing the definition of a Storage Target.",
"in": "body",
"name": "storagetarget",
"required": true,
"schema": {
"$ref": "#/definitions/StorageTarget"
}
Expand Down

0 comments on commit d9c9201

Please sign in to comment.