comment unsupported HEAD

This commit is contained in:
John
2021-11-05 13:39:40 +01:00
parent 01e672de5f
commit e515bba301
+19 -20
View File
@@ -181,25 +181,25 @@ paths:
500:
description: General error.
content: { }
head:
summary: Retrieve headers for a certain file.
parameters:
- name: file
in: path
description: the file to retrieve.
required: true
schema:
type: string
responses:
200:
description: Success
content:
application/json;charset=utf-8:
schema:
$ref: '#/components/schemas/Data'
400:
description: Circuit or message not found.
content: { }
# head:
# summary: Retrieve headers for a certain file.
# parameters:
# - name: file
# in: path
# description: the file to retrieve.
# required: true
# schema:
# type: string
# responses:
# 200:
# description: Success
# content:
# application/json;charset=utf-8:
# schema:
# $ref: '#/components/schemas/Data'
# 400:
# description: Circuit or message not found.
# content: { }
components:
schemas:
@@ -554,4 +554,3 @@ components:
allowEmptyValue: false
schema:
type: string