Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
harture committed Feb 19, 2020
1 parent 14adf9d commit fc860dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
7 changes: 1 addition & 6 deletions api/register/swagger-api_register.yaml
Expand Up @@ -51,18 +51,13 @@ paths:
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Configuration'
responses:
200:
description: successful operation. Returns the configuration
content:
application/json:
schema:
type: string
$ref: '#/components/schemas/Configuration'
components:
schemas:
User:
Expand Down
14 changes: 5 additions & 9 deletions api/validation/swagger_api_validation.yml
Expand Up @@ -119,13 +119,9 @@ components:
type: string
nature:
type: string
components:
securitySchemes:
basicAuth:
type: http
scheme: basic

securitySchemes:
basicAuth:
type: http
scheme: basic
security:
- basicAuth: []


- basicAuth: []

0 comments on commit fc860dc

Please sign in to comment.