@cryptotaxi247 / CoPilot / commits / 1964489b

added placeholders for threatintel in swagger (#62)

taylor_socfortress committed Jul 25, 2023 at 10:00 UTC 1964489b166c1da47cda35a154ed1783896f92d5
1 file changed +2 -2
backend/app/static/swagger.json
+2 -2
@@ -3793,11 +3793,11 @@
3793 "type": "object",
3794 "properties": {
3795 "field_name": {
3796 - "type": "string",
3796 + "type": "dns_query",
3797 "description": "Field name to search for IoCs"
3798 },
3799 "time_range": {
3800 - "type": "string",
3800 + "type": "24h",
3801 "description": "Time range to search for IoCs"
3802 }
3803 },