Skip to content

Commit 00fcb03

Browse files
committed
Remove unused API exception configurations
1 parent c8d3827 commit 00fcb03

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed
Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
11
{
2-
"/api/v1/icon/download/": {
3-
"accept": "image/*",
4-
"content_type": null
5-
},
6-
"/api/v1/branding-images/download/": {
7-
"accept": "image/*",
8-
"content_type": null
9-
},
10-
"/api/v2/inventory-preload/csv-template": {
11-
"accept": "text/csv",
12-
"content_type": null
13-
},
14-
"/api/v1/pki/certificate-authority/active/der": {
15-
"accept": "application/pkix-cert",
16-
"content_type": null
17-
}
2+
183
}

0 commit comments

Comments
 (0)