diff --git a/Mp1.yaml b/Mp1.yaml index 0c40543e1fe93b3659d7cf5165888a4b8eb8ca04..b99861ddd8fb2796da4381f159989c310bc93a47 100644 --- a/Mp1.yaml +++ b/Mp1.yaml @@ -204,15 +204,15 @@ paths: AppTerminationNotificationSubscription: $ref: '#/definitions/AppTerminationNotificationSubscription.Response' '/applications/{appInstanceId}/subscriptions/{subscriptionType}/{subscriptionId}': + parameters: + - $ref: '#/parameters/Path.AppInstanceId' + - $ref: '#/parameters/Path.SubscriptionType' + - $ref: '#/parameters/Path.SubscriptionId' get: 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 produces: - application/json - parameters: - - $ref: '#/parameters/Path.AppInstanceId' - - $ref: '#/parameters/Path.SubscriptionType' - - $ref: '#/parameters/Path.SubscriptionId' responses: '200': description: 'Upon success, a response body containing the requested subscription is returned.'