mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
rest-api-templates: Wikify error code response reasons
Error response code descriptions may contain wiki markup that need to be escaped. Without this patch, Confluence will reject the document being sent and the responsible script will raise an exception. Change-Id: I21fcb66fee7f6332381f2b99b1b0195dff215ee5
This commit is contained in:
@@ -67,7 +67,7 @@ h3. Header parameters
|
||||
|
||||
h3. Error Responses
|
||||
{{#error_responses}}
|
||||
* {{code}} - {{{reason}}}
|
||||
* {{code}} - {{{wiki_reason}}}
|
||||
{{/error_responses}}
|
||||
{{/has_error_responses}}
|
||||
{{/operations}}
|
||||
|
Reference in New Issue
Block a user