Update templating docs to correct the name of x-response-id (#7839)

This commit is contained in:
Matthew Dowdell 2021-04-05 04:33:38 +01:00 committed by GitHub
parent f8202df9aa
commit 226a8b5f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -910,9 +910,9 @@ x-content-type: application/json
### Rust-server
#### x-responseId
#### x-response-id
Each response may specify a unique `x-responseId`. `rust-server` will use this to name the corresponding enum variant in the code. e.g.
Each response may specify a unique `x-response-id`. `rust-server` will use this to name the corresponding enum variant in the code. e.g.
```yaml
paths:
@ -921,7 +921,7 @@ paths:
responses:
200:
description: OK
x-responseId: Pong
x-response-id: Pong
```
### MySQL Schema