json/v1.0/sub.json in sk_api_schema-0.0.17 vs json/v1.0/sub.json in sk_api_schema-0.0.18
- old
+ new
@@ -15,10 +15,10 @@
"callback_url": {
"description": "An url receiving the notification. The url MUST be within the url of the current app",
"type":"string",
"required":true
},
- "method": {
+ "http_method": {
"description": "HTTP method used for the request, defaults to POST",
"type":"string",
"default":"POST",
"enum":["POST","GET", "DELETE", "PUT"]
},
\ No newline at end of file