File tree Expand file tree Collapse file tree
docs/api_reference/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ info:
138138 * Deprecated GET /manage/customers/{customer_id}
139139 * Deprecated POST /manage/customers/update/{customer_id}
140140 * Deprecated POST /manage/customers/delete/{customer_id}
141+ * Deprecated POST /global/tasks/add
141142 * Added documentation of missing GET /manage/severities/list
142143 * Added documentation of missing GET /manage/tlp/list
143144 * Added documentation of missing GET /manage/event-categories/list
Original file line number Diff line number Diff line change 11post :
22 summary : Add a global task
3+ description : This endpoint is deprecated. Use [POST /api/v2/global-tasks](#tag/Global-tasks/operation/api_v2_global-tasks_post) instead.
4+ deprecated : true
35 operationId : post-global-tasks-add
46 responses :
57 ' 200 ' :
@@ -135,7 +137,6 @@ post:
135137 - Invalid user id for assignee
136138 message : Data error
137139 status : error
138- description : ' Add a global task and assign it to a user. '
139140 security :
140141 - Bearer <bearer> : []
141142 requestBody :
You can’t perform that action at this time.
0 commit comments