Remove dumb camel case

This commit is contained in:
breel
2020-07-25 22:25:01 -06:00
parent 4492307499
commit 9fbd3264d1
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ paths:
summary: "Fetch a file"
parameters:
- $ref: "#/components/parameters/path"
- $ref: "#/components/parameters/namespacePath"
- $ref: "#/components/parameters/namespace"
responses:
200:
content:
@@ -19,7 +19,7 @@ paths:
summary: "Provide or direct link to a file"
parameters:
- $ref: "#/components/parameters/path"
- $ref: "#/components/parameters/namespacePath"
- $ref: "#/components/parameters/namespace"
- $ref: "#/components/parameters/direct"
requestBody:
description: "If ?direct=true, then a direct link to the file, else a multi-part form"
@@ -41,7 +41,7 @@ components:
path:
$ref: "./swagger.yaml#/components/parameters/path"
namespacePath:
namespace:
$ref: "./swagger.yaml#/components/parameters/namespacePath"
direct: