module CaidoMutations::Findings

Defined in:

client/mutations.cr

Class Method Summary

Class Method Detail

def self.create(request_id : String, title : String, description : String | Nil = nil, reporter : String = "Manual") #

Create a finding


[View source]
def self.delete(finding_ids : Array(String) | Nil = nil) #

Delete findings


[View source]
def self.export(finding_ids : Array(String) | Nil = nil) #

Export findings


[View source]
def self.hide(finding_ids : Array(String)) #

Hide findings


[View source]
def self.update(finding_id : String, title : String | Nil = nil, description : String | Nil = nil) #

Update a finding


[View source]