You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kspviswa, the "notify" operation is modelled with a callback section under the POST method on the /subscriptions path in API TS29520_Nnwdaf_EventsSubscription.yaml (same as all other notifications in other APIs in this repository):
callbacks:
myNotification:
'{$request.body#/notificationURI}':
post:
requestBody:
required: truecontent:
application/json:
schema:
type: arrayitems:
$ref: '#/components/schemas/NnwdafEventsSubscriptionNotification'minItems: 1responses:
'204':
description: The receipt of the Notification is acknowledged.
Hello,
I couldn't see Nnwdaf_EventsSubscription_Notify operation with
eventNotifications
attribute in NWDAF section. Please clarify.The text was updated successfully, but these errors were encountered: