File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,37 @@ paths:
154154 ' */* ' :
155155 schema :
156156 type : object
157-
157+ /api/reports/file/{sha256}/config :
158+ get :
159+ tags :
160+ - Report
161+ operationId : getMalConfig
162+ summary : Get Malware Config
163+ parameters :
164+ - name : sha256
165+ in : path
166+ required : true
167+ schema :
168+ type : string
169+ - name : Authorization
170+ in : header
171+ required : true
172+ schema :
173+ type : string
174+ default : " apikey"
175+ responses :
176+ " 404 " :
177+ description : NOT FOUND
178+ content :
179+ ' */* ' :
180+ schema :
181+ type : object
182+ " 200 " :
183+ description : OK
184+ content :
185+ ' */* ' :
186+ schema :
187+ type : object
158188components :
159189 schemas :
160190 FileUploadDTO :
Original file line number Diff line number Diff line change @@ -154,7 +154,37 @@ paths:
154154 ' */* ' :
155155 schema :
156156 type : object
157-
157+ /api/reports/file/{sha256}/config :
158+ get :
159+ tags :
160+ - Report
161+ operationId : getMalConfig
162+ summary : Get Malware Config
163+ parameters :
164+ - name : sha256
165+ in : path
166+ required : true
167+ schema :
168+ type : string
169+ - name : Authorization
170+ in : header
171+ required : true
172+ schema :
173+ type : string
174+ default : " apikey"
175+ responses :
176+ " 404 " :
177+ description : NOT FOUND
178+ content :
179+ ' */* ' :
180+ schema :
181+ type : object
182+ " 200 " :
183+ description : OK
184+ content :
185+ ' */* ' :
186+ schema :
187+ type : object
158188components :
159189 schemas :
160190 FileUploadDTO :
You can’t perform that action at this time.
0 commit comments