comparison mod_rest/res/openapi.yaml @ 5552:12828e969a60

mod_rest: Describe the error 'by' property in OpenAPI spec
author Kim Alvefur <zash@zash.se>
date Sat, 17 Jun 2023 16:28:13 +0200
parents 8bfcedd93a72
children 0616a6687d0c
comparison
equal deleted inserted replaced
5551:8bfcedd93a72 5552:12828e969a60
1344 description: Legacy numeric error code. Similar to HTTP status codes. 1344 description: Legacy numeric error code. Similar to HTTP status codes.
1345 type: integer 1345 type: integer
1346 text: 1346 text:
1347 description: Description of error intended for human eyes. 1347 description: Description of error intended for human eyes.
1348 type: string 1348 type: string
1349 by:
1350 description: Originator of the error, when different from the stanza @from attribute
1351 type: string
1352 xml:
1353 attribute: true
1349 securitySchemes: 1354 securitySchemes:
1350 token: 1355 token:
1351 description: Tokens from mod_http_oauth2. 1356 description: Tokens from mod_http_oauth2.
1352 scheme: Bearer 1357 scheme: Bearer
1353 type: http 1358 type: http