From 226a8b5f7782df9292b78ae55e00d951bb9f6f4b Mon Sep 17 00:00:00 2001 From: Matthew Dowdell Date: Mon, 5 Apr 2021 04:33:38 +0100 Subject: [PATCH] Update templating docs to correct the name of x-response-id (#7839) --- docs/templating.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/templating.md b/docs/templating.md index fa901bc65aa..aba3fd49274 100644 --- a/docs/templating.md +++ b/docs/templating.md @@ -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