Skip to content

Commit

Permalink
Removal of pattern properties from response object
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 7, 2024
1 parent 5682d7e commit e954747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wis2downloader/static/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
version: 0.1.dev2
description: API definition
servers:
- url: http://127.0.0.1:5050
- url: https://127.0.0.1:5050
paths:
/subscriptions:
get:
Expand Down Expand Up @@ -126,7 +126,7 @@ paths:
components:
securitySchemes:
wis2boxAuth:
type: https
type: http
scheme: bearer
security:
- wis2boxAuth: []

0 comments on commit e954747

Please sign in to comment.