Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Notification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Notification
Commits
928888ab
Commit
928888ab
authored
4 years ago
by
Neelesh Thakur
Browse files
Options
Downloads
Patches
Plain Diff
add openapi
parent
25ce2094
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6
add openapi spec
Pipeline
#4318
failed
4 years ago
Stage: review
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/api/notification_openapi.yaml
+69
-0
69 additions, 0 deletions
docs/api/notification_openapi.yaml
with
69 additions
and
0 deletions
docs/api/notification_openapi.yaml
0 → 100644
+
69
−
0
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment