Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
c1596346
Commit
c1596346
authored
Sep 08, 2021
by
Duo Chen
Browse files
Merge branch 'slb/dchen/fix_doc_yaml' into 'master'
docs:
🎨
fix type errors in .yaml files See merge request
!196
parents
5adfc6e4
0e9845fc
Pipeline
#64158
passed with stages
in 17 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/api/openapi.osdu.yaml
View file @
c1596346
...
@@ -1469,7 +1469,7 @@ paths:
...
@@ -1469,7 +1469,7 @@ paths:
/app
:
/app
:
post
:
post
:
summary
:
"
Register
a
new
application."
summary
:
"
Register
a
new
application."
description
:
"
<ul><li>Register
a
new
application
in
the
seismic
store.</li><li>Required
roles:
users.datalake.admin/li></ul>"
description
:
"
<ul><li>Register
a
new
application
in
the
seismic
store.</li><li>Required
roles:
users.datalake.admin
<
/li></ul>"
operationId
:
app-register
operationId
:
app-register
tags
:
tags
:
-
Apps
-
Apps
...
...
docs/api/openapi.yaml
View file @
c1596346
...
@@ -1480,7 +1480,7 @@ paths:
...
@@ -1480,7 +1480,7 @@ paths:
/api/v3/app
:
/api/v3/app
:
post
:
post
:
summary
:
"
Register
a
new
application"
summary
:
"
Register
a
new
application"
description
:
"
<ul><li>Register
a
new
application
in
seismic
store.</li><li>Required
roles:
users.datalake.admin/li></ul>"
description
:
"
<ul><li>Register
a
new
application
in
seismic
store.</li><li>Required
roles:
users.datalake.admin
<
/li></ul>"
operationId
:
app-register
operationId
:
app-register
tags
:
tags
:
-
Apps
-
Apps
...
@@ -1509,7 +1509,7 @@ paths:
...
@@ -1509,7 +1509,7 @@ paths:
get
:
get
:
summary
:
"
Retrieve
the
list
of
registered
applications"
summary
:
"
Retrieve
the
list
of
registered
applications"
description
:
"
<ul><li>Retrieve
the
list
of
the
registered
application
in
seismic
store.</li><li>Required
roles:
users.datalake.admin/li></ul>"
description
:
"
<ul><li>Retrieve
the
list
of
the
registered
application
in
seismic
store.</li><li>Required
roles:
users.datalake.admin
<
/li></ul>"
operationId
:
app-list
operationId
:
app-list
tags
:
tags
:
-
Apps
-
Apps
...
@@ -1540,7 +1540,7 @@ paths:
...
@@ -1540,7 +1540,7 @@ paths:
/api/v3/app/trusted
:
/api/v3/app/trusted
:
post
:
post
:
summary
:
"
Set
a
registered
application
as
a
trusted
application"
summary
:
"
Set
a
registered
application
as
a
trusted
application"
description
:
"
<ul><li>Set
a
registered
application
as
a
trusted
application
in
seismic
store.</li><li>Required
roles:
users.datalake.admin/li></ul>"
description
:
"
<ul><li>Set
a
registered
application
as
a
trusted
application
in
seismic
store.</li><li>Required
roles:
users.datalake.admin
<
/li></ul>"
operationId
:
trustedapp-register
operationId
:
trustedapp-register
tags
:
tags
:
-
Apps
-
Apps
...
@@ -1570,7 +1570,7 @@ paths:
...
@@ -1570,7 +1570,7 @@ paths:
description
:
"
Not
found"
description
:
"
Not
found"
get
:
get
:
summary
:
"
List
the
trusted
applications
in
a
seismic
store
tenant"
summary
:
"
List
the
trusted
applications
in
a
seismic
store
tenant"
description
:
"
<ul><li>Return
the
list
of
the
trusted
application
in
seismic
store
tenant.</li><li>Required
roles:
users.datalake.admin/li></ul>"
description
:
"
<ul><li>Return
the
list
of
the
trusted
application
in
seismic
store
tenant.</li><li>Required
roles:
users.datalake.admin
<
/li></ul>"
operationId
:
trustedapp-list
operationId
:
trustedapp-list
tags
:
tags
:
-
Apps
-
Apps
...
...
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