comment unsupported HEAD
This commit is contained in:
+19
-20
@@ -181,25 +181,25 @@ paths:
|
|||||||
500:
|
500:
|
||||||
description: General error.
|
description: General error.
|
||||||
content: { }
|
content: { }
|
||||||
head:
|
# head:
|
||||||
summary: Retrieve headers for a certain file.
|
# summary: Retrieve headers for a certain file.
|
||||||
parameters:
|
# parameters:
|
||||||
- name: file
|
# - name: file
|
||||||
in: path
|
# in: path
|
||||||
description: the file to retrieve.
|
# description: the file to retrieve.
|
||||||
required: true
|
# required: true
|
||||||
schema:
|
# schema:
|
||||||
type: string
|
# type: string
|
||||||
responses:
|
# responses:
|
||||||
200:
|
# 200:
|
||||||
description: Success
|
# description: Success
|
||||||
content:
|
# content:
|
||||||
application/json;charset=utf-8:
|
# application/json;charset=utf-8:
|
||||||
schema:
|
# schema:
|
||||||
$ref: '#/components/schemas/Data'
|
# $ref: '#/components/schemas/Data'
|
||||||
400:
|
# 400:
|
||||||
description: Circuit or message not found.
|
# description: Circuit or message not found.
|
||||||
content: { }
|
# content: { }
|
||||||
|
|
||||||
components:
|
components:
|
||||||
schemas:
|
schemas:
|
||||||
@@ -554,4 +554,3 @@ components:
|
|||||||
allowEmptyValue: false
|
allowEmptyValue: false
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user