Skip to content
Merged
Prev Previous commit
Add in 202 response example, Fix parameters section.
  • Loading branch information
adeal committed May 22, 2018
commit b59553b6922dfe48c929dcbfb8b2318d66b67b83
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"databaseName": "testdb",
"policyName" : "default",
"api-version": "2017-10-01-preview",
"properties" : {
"retentionDays": 14
"parameters": {
"properties" : {
"retentionDays": 14
}
}
},
"responses": {
Expand All @@ -20,6 +22,7 @@
"retentionDays": 14
}
}
}
},
"202": {}
}
}