mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-20 14:40:36 +00:00
Minor patch of API calls
This commit is contained in:
parent
74b5ffd4dc
commit
e12d7a22d0
4 changed files with 41 additions and 15 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue