Commit 7f933676 authored by Nemanja Zbiljić's avatar Nemanja Zbiljić Committed by GitHub

Update 'dirs' API document headers descriptions (#1015)

parent 15d9b699
...@@ -293,12 +293,19 @@ paths: ...@@ -293,12 +293,19 @@ paths:
required: false required: false
description: Represents the encrypting state of the collection description: Represents the encrypting state of the collection
- in: header - in: header
name: swarm-index name: swarm-index-document
schema: schema:
type: string type: string
example: index.html example: index.html
required: false required: false
description: Default file to be referenced on path, if exists under that path description: Default file to be referenced on path, if exists under that path
- in: header
name: swarm-error-document
schema:
type: string
example: error.html
required: false
description: Configure custom error document to be returned when an error occurs while fetching path from collection
requestBody: requestBody:
content: content:
application/x-tar: application/x-tar:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment