|
84 | 84 | * Added GET /api/v2/alerts-filters/{identifier} |
85 | 85 | * Added PUT /api/v2/alerts-filters/{identifier} |
86 | 86 | * Added DELETE /api/v2/alerts-filters/{identifier} |
| 87 | + * Added POST /api/v2/global-tasks |
87 | 88 | * Deprecated POST /manage/cases/add in favor of POST /api/v2/cases |
88 | 89 | * Deprecated POST /manage/cases/update in favor of PUT /api/v2/cases/{case_identifier} |
89 | 90 | * Deprecated POST /manage/cases/delete/{case_id} in favor of DELETE /api/v2/cases/{case_identifier} |
@@ -137,6 +138,7 @@ info: |
137 | 138 | * Deprecated GET /manage/customers/{customer_id} |
138 | 139 | * Deprecated POST /manage/customers/update/{customer_id} |
139 | 140 | * Deprecated POST /manage/customers/delete/{customer_id} |
| 141 | + * Deprecated POST /global/tasks/add |
140 | 142 | * Added documentation of missing GET /manage/severities/list |
141 | 143 | * Added documentation of missing GET /manage/tlp/list |
142 | 144 | * Added documentation of missing GET /manage/event-categories/list |
@@ -230,6 +232,8 @@ paths: |
230 | 232 | $ref: v2.1.0/resources/api_v2_assets_{identifier}.yaml |
231 | 233 | /api/v2/me: |
232 | 234 | $ref: v2.1.0/resources/api_v2_me.yaml |
| 235 | + /api/v2/global-tasks: |
| 236 | + $ref: v2.1.0/resources/api_v2_global-tasks.yaml |
233 | 237 | /manage/cases/update/{case_id}: |
234 | 238 | $ref: v2.1.0/resources/manage_cases_update_{case_id}.yaml |
235 | 239 | /case/summary/update: |
@@ -547,6 +551,8 @@ tags: |
547 | 551 | description: Endpoints to interact with tasks |
548 | 552 | - name: Evidences |
549 | 553 | description: Endpoints to interact with evidences |
| 554 | + - name: Global tasks |
| 555 | + description: Endpoints to interact with global tasks |
550 | 556 | - name: Alerts |
551 | 557 | description: Endpoints to interact with alerts |
552 | 558 | - name: Customers |
|
0 commit comments