Skip to content

Commit

Permalink
Post-merge broken autogenerated js/swagger.yml
Browse files Browse the repository at this point in the history
It's actually manually generated, and we missed it again on master.
  • Loading branch information
arielshaqed committed Oct 14, 2020
1 parent fc2b960 commit ed47a62
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,12 @@ definitions:
format: int32
minProperties: 1

config:
type: object
properties:
blockstore.type:
type: string

paths:

/setup_lakefs:
Expand All @@ -389,7 +395,6 @@ paths:
description: user created successfully
schema:
$ref: "#/definitions/credentials_with_secret"
description: first user credentials
400:
description: bad request
schema:
Expand Down Expand Up @@ -2021,3 +2026,18 @@ paths:
responses:
204:
description: NoContent

/config:
get:
tags:
- config
operationId: getConfig
description: retrieve the lakefs config
responses:
200:
description: the lakefs config
schema:
$ref: "#/definitions/config"
401:
$ref: "#/responses/Unauthorized"

0 comments on commit ed47a62

Please sign in to comment.