Fix typo in delete response message in docs

GSoC/Meterpreter_Web_Console
James Barnett 2018-07-26 08:43:05 -05:00
parent ec62815d6e
commit b1022d16bf
No known key found for this signature in database
GPG Key ID: 647983861A4EC5EA
8 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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