Fix typo in delete response message in docs
parent
ec62815d6e
commit
b1022d16bf
|
@ -228,7 +228,7 @@ module CredentialApiDoc
|
|||
parameter :delete_opts
|
||||
|
||||
response 200 do
|
||||
key :description, 'Returns an array of containing the successfully deleted credentials.'
|
||||
key :description, 'Returns an array containing the successfully deleted credentials.'
|
||||
schema do
|
||||
key :type, :array
|
||||
items do
|
||||
|
|
|
@ -184,7 +184,7 @@ module HostApiDoc
|
|||
parameter :delete_opts
|
||||
|
||||
response 200 do
|
||||
key :description, 'Returns an array of containing the successfully deleted hosts.'
|
||||
key :description, 'Returns an array containing the successfully deleted hosts.'
|
||||
schema do
|
||||
property :data do
|
||||
key :type, :array
|
||||
|
|
|
@ -117,7 +117,7 @@ module LoginApiDoc
|
|||
parameter :delete_opts
|
||||
|
||||
response 200 do
|
||||
key :description, 'Returns an array of containing the successfully deleted logins.'
|
||||
key :description, 'Returns an array containing the successfully deleted logins.'
|
||||
schema do
|
||||
property :data do
|
||||
key :type, :array
|
||||
|
|
|
@ -113,7 +113,7 @@ module LootApiDoc
|
|||
parameter :delete_opts
|
||||
|
||||
response 200 do
|
||||
key :description, 'Returns an array of containing the successfully deleted loot.'
|
||||
key :description, 'Returns an array containing the successfully deleted loot.'
|
||||
schema do
|
||||
property :data do
|
||||
key :type, :array
|
||||
|
|
|
@ -102,7 +102,7 @@ module NoteApiDoc
|
|||
parameter :delete_opts
|
||||
|
||||
response 200 do
|
||||
key :description, 'Returns an array of containing the successfully deleted notes.'
|
||||
key :description, 'Returns an array containing the successfully deleted notes.'
|
||||
schema do
|
||||
property :data do
|
||||
key :type, :array
|
||||
|
|
|
@ -104,7 +104,7 @@ module ServiceApiDoc
|
|||
parameter :delete_opts
|
||||
|
||||
response 200 do
|
||||
key :description, 'Returns an array of containing the successfully deleted services.'
|
||||
key :description, 'Returns an array containing the successfully deleted services.'
|
||||
schema do
|
||||
property :data do
|
||||
key :type, :array
|
||||
|
|
|
@ -157,7 +157,7 @@ module VulnApiDoc
|
|||
parameter :delete_opts
|
||||
|
||||
response 200 do
|
||||
key :description, 'Returns an array of containing the successfully deleted vulns.'
|
||||
key :description, 'Returns an array containing the successfully deleted vulns.'
|
||||
schema do
|
||||
property :data do
|
||||
key :type, :array
|
||||
|
|
|
@ -91,7 +91,7 @@ module WorkspaceApiDoc
|
|||
parameter :delete_opts
|
||||
|
||||
response 200 do
|
||||
key :description, 'Returns an array of containing the successfully deleted workspaces.'
|
||||
key :description, 'Returns an array containing the successfully deleted workspaces.'
|
||||
schema do
|
||||
property :data do
|
||||
key :type, :array
|
||||
|
|
Loading…
Reference in New Issue