Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
a47cf2a9
Commit
a47cf2a9
authored
Nov 26, 2019
by
skoulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skoulouzis/drip:3.0.0
parent
31d5f802
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
swagger_drip.yml
openAPI/swagger_drip.yml
+17
-17
No files found.
openAPI/swagger_drip.yml
View file @
a47cf2a9
...
...
@@ -8,7 +8,7 @@ info:
license
:
name
:
"
Apache
2.0"
url
:
"
http://www.apache.org/licenses/LICENSE-2.0.html"
basePath
:
"
/
drip
-api/3.0"
basePath
:
"
/
conf
-api/3.0"
schemes
:
-
"
https"
-
"
http"
...
...
@@ -34,7 +34,7 @@ paths:
405
:
description
:
"
Invalid
input"
security
:
-
drip_
auth
:
-
auth
:
-
"
write:ToscaTemplate"
-
"
read:ToscaTemplate"
/tosca_template/ids
:
...
...
@@ -58,7 +58,7 @@ paths:
405
:
description
:
"
Invalid
input"
security
:
-
drip_
auth
:
-
auth
:
-
"
write:ToscaTemplate"
-
"
read:ToscaTemplate"
/tosca_template/{id}
:
...
...
@@ -86,7 +86,7 @@ paths:
405
:
description
:
"
Invalid
input"
security
:
-
drip_
auth
:
-
auth
:
-
"
write:ToscaTemplate"
-
"
read:ToscaTemplate"
put
:
...
...
@@ -119,7 +119,7 @@ paths:
405
:
description
:
"
Invalid
input"
security
:
-
drip_
auth
:
-
auth
:
-
"
write:ToscaTemplate"
-
"
read:ToscaTemplate"
delete
:
...
...
@@ -142,7 +142,7 @@ paths:
404
:
description
:
"
ToscaTemplate
not
found"
security
:
-
drip_
auth
:
-
auth
:
-
"
write:ToscaTemplate"
-
"
read:ToscaTemplate"
/planner/plan/{id}
:
...
...
@@ -170,7 +170,7 @@ paths:
405
:
description
:
"
Invalid
input"
security
:
-
drip_
auth
:
-
auth
:
-
"
write:ToscaTemplate"
-
"
read:ToscaTemplate"
/provisioner/provision/{id}
:
...
...
@@ -198,7 +198,7 @@ paths:
405
:
description
:
"
Invalid
input"
security
:
-
drip_
auth
:
-
auth
:
-
"
write:ToscaTemplate"
-
"
read:ToscaTemplate"
/provisioner/{id}
:
...
...
@@ -226,7 +226,7 @@ paths:
405
:
description
:
"
Invalid
input"
security
:
-
drip_
auth
:
-
auth
:
-
"
write:ToscaTemplate"
-
"
read:ToscaTemplate"
/deployer/deploy/{id}
:
...
...
@@ -254,7 +254,7 @@ paths:
405
:
description
:
"
Invalid
input"
security
:
-
drip_
auth
:
-
auth
:
-
"
write:ToscaTemplate"
-
"
read:ToscaTemplate"
/credential
:
...
...
@@ -285,7 +285,7 @@ paths:
405
:
description
:
"
Invalid
input"
security
:
-
drip_
auth
:
-
auth
:
-
"
write:Credentials"
-
"
read:Credentials"
/credential/ids
:
...
...
@@ -309,7 +309,7 @@ paths:
405
:
description
:
"
Invalid
input"
security
:
-
drip_
auth
:
-
auth
:
-
"
write:ToscaTemplate"
-
"
read:ToscaTemplate"
/user
:
...
...
@@ -334,7 +334,7 @@ paths:
409
:
description
:
"
already
exists"
security
:
-
drip_
auth
:
-
auth
:
-
"
admin:User"
/user/login
:
get
:
...
...
@@ -403,7 +403,7 @@ paths:
404
:
description
:
"
User
not
found"
security
:
-
drip_
auth
:
-
auth
:
-
"
admin:User"
put
:
tags
:
...
...
@@ -430,7 +430,7 @@ paths:
404
:
description
:
"
User
not
found"
security
:
-
drip_
auth
:
-
auth
:
-
"
admin:User"
delete
:
summary
:
"
Delete
user"
...
...
@@ -449,10 +449,10 @@ paths:
404
:
description
:
"
User
not
found"
security
:
-
drip_
auth
:
-
auth
:
-
"
admin:User"
securityDefinitions
:
drip_
auth
:
auth
:
type
:
"
oauth2"
authorizationUrl
:
"
http://localhost/oauth/dialog"
flow
:
"
implicit"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment