Skip to content

Commit

Permalink
Fix minor issue with open api spec (#413)
Browse files Browse the repository at this point in the history
Add SubscriptionID parameter reference to Update Subscription
  • Loading branch information
ganeshvlrk authored and mthenw committed Apr 26, 2018
1 parent c00a99f commit e3b1318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/openapi/openapi-config-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ paths:
operationId: "UpdateSubscription"
parameters:
- $ref: "#/components/parameters/Space"
- $ref: "#/components/parameters/SubscriptionID"
requestBody:
$ref: "#/components/requestBodies/UpdateSubscription"
responses:
Expand Down

0 comments on commit e3b1318

Please sign in to comment.