Replacing dots with underscores in operationIds

This MR addressess bug #86.

Each operationId in the file is modified so it contains an underscore character _ instead of a dot ..

Merge request reports

Loading
+1 −1
Changes for paths/ApplicationsDnsRule.GET.yaml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
description: This method retrieves information about a DNS rule associated with a mobile edge application instance. 
operationId: ApplicationsDnsRule.GET
operationId: ApplicationsDnsRule_GET
produces:
- application/json

+1 −1
Changes for paths/ApplicationsDnsRule.PUT.yaml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
description: This method activates, de-activates or updates a traffic rule. 
operationId: ApplicationsDnsRule.PUT
operationId: ApplicationsDnsRule_PUT
produces:
- application/json
parameters:
+1 −1
Changes for paths/ApplicationsDnsRules.GET.yaml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
description: This method retrieves information about all the DNS rules associated with a mobile edge application instance.
operationId: ApplicationsDnsRules.GET
operationId: ApplicationsDnsRules_GET
produces:
- application/json

+1 −1
Changes for paths/ApplicationsSubscription.DELETE.yaml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
description: This method deletes a meMp1Subscription. This method is typically used in "Unsubscribing from service availability event notifications" procedure.
operationId: ApplicationsSubscription.DELETE
operationId: ApplicationsSubscription_DELETE
produces:
- application/json

+1 −1
Changes for paths/ApplicationsSubscription.GET.yaml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
description: The GET method requests information about a subscription for this requestor. Upon success, the response contains entity body with the subscription for the requestor.
operationId: ApplicationsSubscription.GET
operationId: ApplicationsSubscription_GET
produces:
- application/json

Loading
Loading