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
System
Notification
Commits
928888ab
Commit
928888ab
authored
Jul 28, 2020
by
neelesh thakur
Browse files
add openapi
parent
25ce2094
Pipeline
#4318
failed with stage
in 7 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
docs/api/notification_openapi.yaml
0 → 100644
View file @
928888ab
openapi
:
3.0.0
info
:
description
:
Api Documentation for Notification service
version
:
1.0.0
title
:
Notification
contact
:
name
:
OSDU Support
email
:
devportal-help@osdu.com
license
:
name
:
Apache
2.0
url
:
http://www.apache.org/licenses/LICENSE-2.0
tags
:
-
name
:
pubsub-endpoint
description
:
Pubsub Endpoint
paths
:
/push-handlers/records-changed
:
post
:
tags
:
-
pubsub-endpoint
summary
:
recordChanged
operationId
:
recordChangedUsingPOST
parameters
:
-
name
:
data-partition-id
in
:
header
description
:
tenant
required
:
true
schema
:
type
:
string
default
:
common
responses
:
"
200"
:
description
:
OK
content
:
"
*/*"
:
schema
:
$ref
:
"
#/components/schemas/ResponseEntity"
"
201"
:
description
:
Created
"
401"
:
description
:
Unauthorized
"
403"
:
description
:
Forbidden
"
404"
:
description
:
Not Found
security
:
-
JWT
:
-
global
servers
:
-
url
:
https://evq.csp.osdu.com/api/notification/v1
description
:
EVT
-
url
:
https://evd.csp.osdu.com/api/notification/v1
description
:
EVD
components
:
securitySchemes
:
JWT
:
type
:
apiKey
name
:
Authorization
in
:
header
schemas
:
ResponseEntity
:
type
:
object
properties
:
body
:
type
:
object
statusCode
:
type
:
string
statusCodeValue
:
type
:
integer
format
:
int32
\ No newline at end of file
Write
Preview
Supports
Markdown
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