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: 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