Fix jenkins
This commit is contained in:
parent
618f94699b
commit
d2fe2f1ff6
2 changed files with 5 additions and 4 deletions
|
@ -96,7 +96,7 @@ paths:
|
||||||
type: file
|
type: file
|
||||||
tags:
|
tags:
|
||||||
- Media
|
- Media
|
||||||
"/download/{serverName}/{mediaId}/{fileName}"
|
"/download/{serverName}/{mediaId}/{fileName}":
|
||||||
get:
|
get:
|
||||||
summary: "Download content from the content repository as a given filename."
|
summary: "Download content from the content repository as a given filename."
|
||||||
produces: ["*/*"]
|
produces: ["*/*"]
|
||||||
|
@ -119,8 +119,8 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
name: fileName
|
name: fileName
|
||||||
x-example: filename.jpg
|
x-example: filename.jpg
|
||||||
requrired: true
|
required: true
|
||||||
description:
|
description: |
|
||||||
The filename to give in the Content-Disposition
|
The filename to give in the Content-Disposition
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
|
|
|
@ -286,7 +286,8 @@ paths:
|
||||||
],
|
],
|
||||||
"pattern": "cake*lie",
|
"pattern": "cake*lie",
|
||||||
"rule_id": "nocake",
|
"rule_id": "nocake",
|
||||||
"enabled": true
|
"enabled": true,
|
||||||
|
"default": false
|
||||||
}
|
}
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue