# HG changeset patch # User Kim Alvefur # Date 1687012093 -7200 # Node ID 12828e969a60fba6eed6b3c5e57b6d620bed19ec # Parent 8bfcedd93a72cd8f6b34bf37991232367c74fcce mod_rest: Describe the error 'by' property in OpenAPI spec diff -r 8bfcedd93a72 -r 12828e969a60 mod_rest/res/openapi.yaml --- a/mod_rest/res/openapi.yaml Sat Jun 17 16:26:33 2023 +0200 +++ b/mod_rest/res/openapi.yaml Sat Jun 17 16:28:13 2023 +0200 @@ -1346,6 +1346,11 @@ text: description: Description of error intended for human eyes. type: string + by: + description: Originator of the error, when different from the stanza @from attribute + type: string + xml: + attribute: true securitySchemes: token: description: Tokens from mod_http_oauth2.