diff --git a/docs/modules/ROOT/pages/project-features-contract/_dsl-request.adoc b/docs/modules/ROOT/pages/project-features-contract/_dsl-request.adoc index a913f41b94..2449b5feab 100644 --- a/docs/modules/ROOT/pages/project-features-contract/_dsl-request.adoc +++ b/docs/modules/ROOT/pages/project-features-contract/_dsl-request.adoc @@ -95,6 +95,8 @@ include::{verifier_root_path}/src/test/resources/kotlin/contract_docs_examples.k ---- ==== +IMPORTANT: If a query parameter is missing in the contract it doesn't mean that we expect a request to be matched if the query parameter is missing. Quite the contrary, that means that the query parameter is not necessary to be there for the request to be matched. + `request` can contain additional request headers, as the following example shows: ====