Skip to content

Commit

Permalink
Nfsaas 1875 swagger update (#13)
Browse files Browse the repository at this point in the history
* NFSAAS-1875 Update to R3.5 Standard

* NFSAAS-1875 update to R3.5 standard

* NFSAAS-1875 updated from review comments
  • Loading branch information
leonardbf authored Mar 13, 2019
1 parent 0845526 commit 0af27c7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@
"properties": {
"activeDirectoryId": {
"type": "string",
"description": "Id of the active drectory"
"description": "Id of the Active Directory"
},
"username": {
"type": "string",
Expand All @@ -1191,7 +1191,7 @@
},
"status": {
"type": "string",
"description": "Status of the active drectory"
"description": "Status of the Active Directory"
},
"sMBServerName": {
"type": "string",
Expand Down Expand Up @@ -1571,7 +1571,7 @@
},
"allowedClients": {
"type": "string",
"description": "Client ingress specification as comma seperated string with IPv4 CIDRs, IPv4 host addresses and host names"
"description": "Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names"
}
}
},
Expand Down Expand Up @@ -1773,7 +1773,7 @@
},
"smbServerFqdn": {
"title": "smbServerFQDN",
"description": "The SMB server's Fully Qualified Doman Name, FQDN",
"description": "The SMB server's Fully Qualified Domain Name, FQDN",
"type": "string",
"example": "fullyqualified.domainname.com"
},
Expand Down

0 comments on commit 0af27c7

Please sign in to comment.