mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-20 06:28:55 +00:00
Renaming REST-JSON API to REST API
This commit is contained in:
parent
8a2ad7d128
commit
543661721d
6 changed files with 25 additions and 25 deletions
|
|
@ -1,9 +1,9 @@
|
|||
openapi: 3.0.3
|
||||
info:
|
||||
title: sqlmap REST-JSON API
|
||||
title: sqlmap REST API
|
||||
version: "1.0.0"
|
||||
description: |
|
||||
OpenAPI/Swagger specification for sqlmapapi.py, the sqlmap REST-JSON API server.
|
||||
OpenAPI/Swagger specification for sqlmapapi.py, the sqlmap REST API server.
|
||||
|
||||
This specification describes the API surface implemented by `lib/utils/api.py`.
|
||||
The API is expected to be protected with HTTP Basic authentication when started
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue