Sync docs from 1.1.x to gh-pages

This commit is contained in:
buildmaster
2018-03-15 09:26:32 +00:00
parent 42d1ba36ad
commit ef4fb7e0a1
3 changed files with 6 additions and 6 deletions

View File

@@ -169,7 +169,7 @@ org.springframework.cloud.contract.spec.Contract.make {
}
}
response { // (6)
status 200 // (7)
status OK() // (7)
body([ // (8)
fraudCheckStatus: "FRAUD",
"rejection.reason": "Amount too high"
@@ -395,7 +395,7 @@ org.springframework.cloud.contract.spec.Contract.make {
}
}
response { // (6)
status 200 // (7)
status OK() // (7)
body([ // (8)
fraudCheckStatus: "FRAUD",
"rejection.reason": "Amount too high"