Fix typo PUT->POST

This commit is contained in:
Dave Syer
2016-07-27 11:29:30 +01:00
parent 1aba428aaf
commit afa3244262

View File

@@ -193,7 +193,7 @@ will generate a stub something like this:
{
"request" : {
"url" : "/resource",
"method" : "PUT",
"method" : "POST",
"bodyPatterns" : [ {
"matchesJsonPath" : "$.id"
}]