Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
V2X Information Service API
Commits
27ed830a
Commit
27ed830a
authored
Jan 26, 2021
by
piscione
Browse files
Added callback into subscription endpoint.
parent
558e093d
Pipeline
#5786
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
MEC030_V2XInformationService.yaml
View file @
27ed830a
...
...
@@ -260,7 +260,28 @@ paths:
$ref
:
'
#/components/responses/422'
'
429'
:
$ref
:
'
#/components/responses/429'
callbacks
:
notification
:
'
{$request.body#/callbackReference}'
:
post
:
summary
:
'
Callback
POST
used
to
send
a
notification'
description
:
'
A
notification
from
VIS.'
operationId
:
notificationPOST
requestBody
:
description
:
Subscription notification
required
:
true
content
:
application/json
:
schema
:
oneOf
:
-
$ref
:
'
#/components/schemas/ProvChgUuUniNotification'
-
$ref
:
'
#/components/schemas/ProvChgUuMbmsNotification'
-
$ref
:
'
#/components/schemas/ProvChgPc5Notification'
-
$ref
:
'
#/components/schemas/V2xMsgNotification'
responses
:
'
204'
:
$ref
:
'
#/components/responses/204'
/subscriptions/{subscriptionId}
:
parameters
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment