Minor patch of API calls

This commit is contained in:
Miroslav Štampar 2026-06-11 21:15:58 +02:00
parent 74b5ffd4dc
commit e12d7a22d0
4 changed files with 41 additions and 15 deletions

View file

@ -726,9 +726,9 @@ components:
OptionValue:
description: Value accepted by sqlmap options. The exact type depends on the option.
nullable: true
oneOf:
- type: string
nullable: true
- type: boolean
- type: integer
- type: number
@ -826,7 +826,16 @@ components:
description: Numeric content type stored by sqlmap.
example: 0
value:
nullable: true
oneOf:
- type: string
nullable: true
- type: boolean
- type: integer
- type: number
- type: array
items: {}
- type: object
additionalProperties: true
description: JSON-decoded scan output value. Shape depends on the content type.
additionalProperties: true