forked from Unprotect-Project/Unprotect_Submission
-
Notifications
You must be signed in to change notification settings - Fork 0
/
unprotect 0.1_openapi 3.0.0.yaml
53 lines (47 loc) · 1.18 KB
/
unprotect 0.1_openapi 3.0.0.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
openapi: 3.0.0
info:
title: Unprotect API
version: 1.0.0
paths:
/techniques/:
get:
summary: Get a list of techniques
responses:
'200':
description: A list of techniques
/categories/:
get:
summary: Get a list of categories
responses:
'200':
description: A list of categories
/snippets/:
get:
summary: Get a list of snippets
responses:
'200':
description: A list of snippets
/snippet_authors/:
get:
summary: Get a list of snippet authors
responses:
'200':
description: A list of snippet authors
/snippet_languages/:
get:
summary: Get a list of snippet languages
responses:
'200':
description: A list of snippet languages
/detection_rules/:
get:
summary: Get a list of detection rules
responses:
'200':
description: A list of detection rules
/detection_rule_categories/:
get:
summary: Get a list of detection rule categories
responses:
'200':
description: A list of detection rule categories