Skip to content

Commit

Permalink
updated endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
merit-maita committed Feb 13, 2025
1 parent 29e5bf2 commit 0b6efd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demisto_client/demisto_api/api/default_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4923,7 +4923,7 @@ def incident_file_upload_with_http_info(self, id, file, **kwargs): # noqa: E501
auth_settings = ['api_key', 'csrf_token', 'x-xdr-auth-id'] # noqa: E501

return self.api_client.call_api(
'/incident/upload/{id}', 'POST',
'/entry/upload/{id}', 'POST',
path_params,
query_params,
header_params,
Expand Down

0 comments on commit 0b6efd4

Please sign in to comment.