From 64cbb9354c15ae2b2d6a82b379481b5d575822d2 Mon Sep 17 00:00:00 2001 From: Matt Fellows <53900+mefellows@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:47:55 +1100 Subject: [PATCH] docs: update form support for BDCT (#314) * docs: update form support for BDCT PACT-1814 * chore: update based on TW feedback --- .../bi-directional-contract-testing/contracts/oas/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/bi-directional-contract-testing/contracts/oas/features.md b/website/docs/docs/bi-directional-contract-testing/contracts/oas/features.md index 1231878d..e2c57aef 100644 --- a/website/docs/docs/bi-directional-contract-testing/contracts/oas/features.md +++ b/website/docs/docs/bi-directional-contract-testing/contracts/oas/features.md @@ -84,7 +84,7 @@ See [Keyword Support](/docs/bi-directional-contract-testing/contracts/oas/keywor |--- |--- |--- |--- | |JSON|Y|Full support|[Example](https://github.com/pactflow/bdct-oas-examples/)| |XML|P|We don’t currently supported parsing and checking XML bodies, against defined schemas. Checks the content-type matches.|[Example](https://github.com/pactflow/bdct-oas-examples/tree/main/examples/xml)| -|`x-www-form-urlencoded` Request Bodies|N|We don’t currently supported parsing and checking URL encoded form bodies, against defined schemas. Checks the content-type matches.|[Example](https://github.com/pactflow/bdct-oas-examples/tree/main/examples/forms)| +|`x-www-form-urlencoded` Request Bodies|Y|Checks if the body matches the schema.|[Example](https://github.com/pactflow/bdct-oas-examples/tree/main/examples/forms)| |`multipart/form-data`|N|We don’t currently supported parsing and checking multipart request bodies, against defined schemas. Checks the content-type matches.|[Example](https://github.com/pactflow/bdct-oas-examples/tree/main/examples/forms)| #### [Security Schemes](https://spec.openapis.org/oas/v3.1.0#security-scheme-object)