Skip to content

Commit

Permalink
Updated swagger soec
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Jul 15, 2021
1 parent 6207347 commit 49c8fd3
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions docs/v1.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
openapi: "3.0.0"

info:
description: POEditor pull through cache
title: Parrot
version: 1.0.0
description: POEditor pull through cache

servers:
- url: https://api.stage.eu.wiseflow.io/i18n
description: Staging server
- url: https://api.eu.wiseflow.io/i18n
description: Production server
description: Production
- url: https://api.stage.eu.wiseflow.io/i18n
description: Staging
- url: https://api.test.eu.wiseflow.io/i18n
description: Testing
- url: "{scheme}://{host}{base}"
description: Custom
variables:
scheme:
default: "http"
enum:
- "http"
- "https"
host:
default: "localhost:8080"
base:
default: ""

paths:
/v1/project/{project}/language/{language}:
parameters:
Expand Down

0 comments on commit 49c8fd3

Please sign in to comment.