Loading config/api/bwm-api.yaml +0 −27 Original line number Diff line number Diff line Loading @@ -387,33 +387,6 @@ paths: application/problem+json: schema: $ref: '#/components/schemas/ProblemDetails' /notifications/mec011/appTermination: post: tags: - location summary: MEC011 Application Termination notification for self termination description: Terminates itself. operationId: mec011AppTerminationPOST requestBody: description: Termination notification details content: application/json: schema: $ref: '#/components/schemas/AppTerminationNotification' example: notificationType: AppTerminationNotification operationAction: TERMINATING maxGracefulTimeout: 10 links: subscription: href: http://mec011Server.example.com/mec_app_support/v1/applications/appId1234/subscriptions/sub123 confirmTermination: href: http://mec011Server.example.com/mec_app_support/v1/confirm_termination required: true responses: "204": description: No Content x-swagger-router-controller: notifications /subscriptions: get: tags: Loading Loading
config/api/bwm-api.yaml +0 −27 Original line number Diff line number Diff line Loading @@ -387,33 +387,6 @@ paths: application/problem+json: schema: $ref: '#/components/schemas/ProblemDetails' /notifications/mec011/appTermination: post: tags: - location summary: MEC011 Application Termination notification for self termination description: Terminates itself. operationId: mec011AppTerminationPOST requestBody: description: Termination notification details content: application/json: schema: $ref: '#/components/schemas/AppTerminationNotification' example: notificationType: AppTerminationNotification operationAction: TERMINATING maxGracefulTimeout: 10 links: subscription: href: http://mec011Server.example.com/mec_app_support/v1/applications/appId1234/subscriptions/sub123 confirmTermination: href: http://mec011Server.example.com/mec_app_support/v1/confirm_termination required: true responses: "204": description: No Content x-swagger-router-controller: notifications /subscriptions: get: tags: Loading