Skip to content

Commit

Permalink
NotificationHubs swagger bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smithaborkar committed Mar 17, 2016
1 parent 7b5d382 commit 56f754d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions arm-notificationhubs/2014-09-01/swagger/notificationhubs.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@
"tags": [
"NotificationHubs"
],
"operationId": "NotificationHubs_Create",
"description": "Creates a new NotificationHub in a namespace.",
"operationId": "NotificationHubs_CreateOrUpdate",
"description": "Creates/Update a NotificationHub in a namespace.",
"externalDocs": {
"url": "http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx"
},
Expand All @@ -615,14 +615,20 @@
"type": "string",
"description": "The notification hub name."
},
{
"name": "If-Match",
"in": "header",
"type": "string",
"description": "A notificationHub can be updated if this header is set to *. "
},
{
"name": "parameters",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/NotificationHubCreateOrUpdateParameters"
},
"description": "Parameters supplied to the create a Namespace Resource."
"description": "Parameters supplied to the create/update a NotificatioHub Resource."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -1108,7 +1114,7 @@
},
"description": "Gets or sets tags."
},
"isAvailiable": {
"isAvailable": {
"type": "boolean",
"description": "Gets or sets true if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false."
}
Expand Down Expand Up @@ -1143,7 +1149,7 @@
},
"description": "Gets or sets tags"
},
"isAvailiable": {
"isAvailable": {
"type": "boolean",
"description": "Gets or sets true if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false."
}
Expand Down

0 comments on commit 56f754d

Please sign in to comment.