diff --git a/versions/3.1.1.md b/versions/3.1.1.md index 6bc4c8f06c..305dbffe15 100644 --- a/versions/3.1.1.md +++ b/versions/3.1.1.md @@ -3250,6 +3250,20 @@ scheme: bearer bearerFormat: JWT ``` +###### MutualTLS Sample + +```json +{ + "type": "mutualTLS", + "description": "Cert must be signed by example.com CA" +} +``` + +```yaml +type: mutualTLS +description: Cert must be signed by example.com CA +``` + ###### Implicit OAuth2 Sample ```json