Skip to content

Commit

Permalink
docs: update form support for BDCT (#314)
Browse files Browse the repository at this point in the history
* docs: update form support for BDCT

PACT-1814

* chore: update based on TW feedback
  • Loading branch information
mefellows authored Jan 13, 2025
1 parent 1254c10 commit 64cbb93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 64cbb93

Please sign in to comment.