Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix create_incident_with_http_info #129

Closed
wants to merge 2 commits into from
Closed

Conversation

adi88d
Copy link
Contributor

@adi88d adi88d commented Apr 2, 2024

Status

Ready/In Progress/In Hold (Reason for hold)

Related Issues

fixes: link to the issue

Description

A few sentences describing the overall goals of the pull request's commits.

Must have

  • Unit Test or Example Code
  • Changelog entry

@adi88d adi88d requested a review from ilappe April 2, 2024 15:04
@@ -888,7 +888,7 @@ def create_incident_with_http_info(self, **kwargs): # noqa: E501
auth_settings = ['api_key', 'csrf_token', 'x-xdr-auth-id'] # noqa: E501

return self.api_client.call_api(
'/incident', 'POST',
'/public/v1/incident', 'POST',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to check the version of the server and use the endpoint according

@adi88d adi88d closed this Apr 3, 2024
@adi88d adi88d deleted the create-incident-fix branch April 3, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants