summary: "Get config file."
description: "Get config file identified by token and filename."
produces:
- - "application/json"
+ - "file"
parameters:
- name: "token"
in: "path"
responses:
200:
description: "successful operation"
- schema:
- $ref: "#/definitions/ConfigDomainDOWNLOADResponse"
delete:
tags:
- "Config"
summary: "Get config file from subdomain."
description: "Get config file identified by token, filename and subdomain."
produces:
- - "application/json"
+ - "file"
parameters:
- name: "token"
in: "path"
responses:
200:
description: "successful operation"
- schema:
- $ref: "#/definitions/ConfigSubDomainDOWNLOADResponse"
delete:
tags:
- "Config"
properties:
response:
type: "string"
- ConfigDomainDOWNLOADResponse:
- type: "object"
- properties:
- response:
- type: "string"
ConfigDomainDELETEResponse:
type: "object"
properties:
response:
type: "string"
- ConfigSubDomainDOWNLOADResponse:
- type: "object"
- properties:
- response:
- type: "string"
ConfigSubDomainDELETEResponse:
type: "object"
properties: