@@ -186,11 +186,14 @@ def create_incident_todo(incident_id, body, opts = {})
186186 #
187187 # Create an incident todo.
188188 #
189+ # @deprecated This API is deprecated.
190+ #
189191 # @param incident_id [String] The UUID of the incident.
190192 # @param body [IncidentTodoCreateRequest] Incident todo payload.
191193 # @param opts [Hash] the optional parameters
192194 # @return [Array<(IncidentTodoResponse, Integer, Hash)>] IncidentTodoResponse data, response status code and response headers
193195 def create_incident_todo_with_http_info ( incident_id , body , opts = { } )
196+ warn "[DEPRECATION] `CreateIncidentTodo` is deprecated."
194197 unstable_enabled = @api_client . config . unstable_operations [ "v2.create_incident_todo" . to_sym ]
195198 if unstable_enabled
196199 @api_client . config . logger . warn format ( "Using unstable operation '%s'" , "v2.create_incident_todo" )
@@ -484,11 +487,14 @@ def delete_incident_todo(incident_id, todo_id, opts = {})
484487 #
485488 # Delete an incident todo.
486489 #
490+ # @deprecated This API is deprecated.
491+ #
487492 # @param incident_id [String] The UUID of the incident.
488493 # @param todo_id [String] The UUID of the incident todo.
489494 # @param opts [Hash] the optional parameters
490495 # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
491496 def delete_incident_todo_with_http_info ( incident_id , todo_id , opts = { } )
497+ warn "[DEPRECATION] `DeleteIncidentTodo` is deprecated."
492498 unstable_enabled = @api_client . config . unstable_operations [ "v2.delete_incident_todo" . to_sym ]
493499 if unstable_enabled
494500 @api_client . config . logger . warn format ( "Using unstable operation '%s'" , "v2.delete_incident_todo" )
@@ -780,11 +786,14 @@ def get_incident_todo(incident_id, todo_id, opts = {})
780786 #
781787 # Get incident todo details.
782788 #
789+ # @deprecated This API is deprecated.
790+ #
783791 # @param incident_id [String] The UUID of the incident.
784792 # @param todo_id [String] The UUID of the incident todo.
785793 # @param opts [Hash] the optional parameters
786794 # @return [Array<(IncidentTodoResponse, Integer, Hash)>] IncidentTodoResponse data, response status code and response headers
787795 def get_incident_todo_with_http_info ( incident_id , todo_id , opts = { } )
796+ warn "[DEPRECATION] `GetIncidentTodo` is deprecated."
788797 unstable_enabled = @api_client . config . unstable_operations [ "v2.get_incident_todo" . to_sym ]
789798 if unstable_enabled
790799 @api_client . config . logger . warn format ( "Using unstable operation '%s'" , "v2.get_incident_todo" )
@@ -1166,10 +1175,13 @@ def list_incident_todos(incident_id, opts = {})
11661175 #
11671176 # Get all todos for an incident.
11681177 #
1178+ # @deprecated This API is deprecated.
1179+ #
11691180 # @param incident_id [String] The UUID of the incident.
11701181 # @param opts [Hash] the optional parameters
11711182 # @return [Array<(IncidentTodoListResponse, Integer, Hash)>] IncidentTodoListResponse data, response status code and response headers
11721183 def list_incident_todos_with_http_info ( incident_id , opts = { } )
1184+ warn "[DEPRECATION] `ListIncidentTodos` is deprecated."
11731185 unstable_enabled = @api_client . config . unstable_operations [ "v2.list_incident_todos" . to_sym ]
11741186 if unstable_enabled
11751187 @api_client . config . logger . warn format ( "Using unstable operation '%s'" , "v2.list_incident_todos" )
@@ -1657,12 +1669,15 @@ def update_incident_todo(incident_id, todo_id, body, opts = {})
16571669 #
16581670 # Update an incident todo.
16591671 #
1672+ # @deprecated This API is deprecated.
1673+ #
16601674 # @param incident_id [String] The UUID of the incident.
16611675 # @param todo_id [String] The UUID of the incident todo.
16621676 # @param body [IncidentTodoPatchRequest] Incident todo payload.
16631677 # @param opts [Hash] the optional parameters
16641678 # @return [Array<(IncidentTodoResponse, Integer, Hash)>] IncidentTodoResponse data, response status code and response headers
16651679 def update_incident_todo_with_http_info ( incident_id , todo_id , body , opts = { } )
1680+ warn "[DEPRECATION] `UpdateIncidentTodo` is deprecated."
16661681 unstable_enabled = @api_client . config . unstable_operations [ "v2.update_incident_todo" . to_sym ]
16671682 if unstable_enabled
16681683 @api_client . config . logger . warn format ( "Using unstable operation '%s'" , "v2.update_incident_todo" )
0 commit comments