File tree Expand file tree Collapse file tree 4 files changed +28
-8
lines changed Expand file tree Collapse file tree 4 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.4.1.dev8",
7- "regenerated": "2021-06-03 12:21:12.869496 ",
8- "spec_repo_commit": "379360f "
7+ "regenerated": "2021-06-03 13:26:32.727195 ",
8+ "spec_repo_commit": "32f7494 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.4.1.dev8",
12- "regenerated": "2021-06-03 12:21:46.073810 ",
13- "spec_repo_commit": "379360f "
12+ "regenerated": "2021-06-03 13:27:06.649071 ",
13+ "spec_repo_commit": "32f7494 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -3419,7 +3419,11 @@ paths:
34193419 x-undo :
34203420 type : safe
34213421 post :
3422- description : Create a security filter.
3422+ description : |-
3423+ Create a security filter.
3424+
3425+ See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
3426+ for more examples.
34233427 operationId : CreateSecurityFilter
34243428 requestBody :
34253429 content :
@@ -3538,7 +3542,11 @@ paths:
35383542 x-undo :
35393543 type : idempotent
35403544 get :
3541- description : Get the details of a specific security filter.
3545+ description : |-
3546+ Get the details of a specific security filter.
3547+
3548+ See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
3549+ for more examples.
35423550 operationId : GetSecurityFilter
35433551 parameters :
35443552 - description : The ID of the security filter.
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ Method | HTTP request | Description
2525
2626Create a security filter.
2727
28+ See the [ security filter guide] ( https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/ )
29+ for more examples.
30+
2831### Example
2932
3033``` go
@@ -301,6 +304,9 @@ This endpoint does not have optional parameters.
301304
302305Get the details of a specific security filter.
303306
307+ See the [ security filter guide] ( https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/ )
308+ for more examples.
309+
304310### Example
305311
306312``` go
You can’t perform that action at this time.
0 commit comments