diff --git a/src/cia/handler.clj b/src/cia/handler.clj index 746ec004a5..e0a2f0674b 100644 --- a/src/cia/handler.clj +++ b/src/cia/handler.clj @@ -130,6 +130,7 @@ (ok d) (not-found))) (DELETE "/:id" [] + :no-doc true :path-params [id :- s/Str] :summary "Deletes an Actor" :header-params [api_key :- s/Str] @@ -167,6 +168,7 @@ (ok d) (not-found))) (DELETE "/:id" [] + :no-doc true :path-params [id :- s/Str] :summary "Deletes a Campaign" :header-params [api_key :- s/Str] @@ -206,6 +208,7 @@ (ok d) (not-found))) (DELETE "/:id" [] + :no-doc true :path-params [id :- s/Str] :summary "Deletes an ExploitTarget" :header-params [api_key :- s/Str] @@ -243,6 +246,7 @@ (ok d) (not-found))) (DELETE "/:id" [] + :no-doc true :path-params [id :- s/Str] :summary "Deletes a COA" :header-params [api_key :- s/Str] @@ -280,6 +284,7 @@ (ok d) (not-found))) (DELETE "/:id" [] + :no-doc true :path-params [id :- s/Str] :summary "Deletes an Incident" :header-params [api_key :- s/Str] @@ -326,6 +331,7 @@ (ok d) (not-found))) (DELETE "/:id" [] + :no-doc true :path-params [id :- s/Str] :header-params [api_key :- s/Str] :summary "Deletes a Judgement" @@ -437,6 +443,7 @@ (ok d) (not-found))) (DELETE "/:id" [] + :no-doc true :path-params [id :- s/Str] :summary "Deletes a TTP" :header-params [api_key :- s/Str]