post https://api.bigpanda.io/resources/v2.0/environments/{environment_id}/incidents//merge
Merges a list of BigPanda incidents into 1 incident
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
- Merge actions are heavy asynchronous operations and will have a small delay before being reflected in your data.
- BigPanda will automatically prevent duplicate merge requests. Multiple consecutive attempts to merge the same incident with the same source_incidents will result in an error.
Returns
202: Success
Possible error codes include:
401 Unauthorized
- Authentication violation - token is invalid or missing403 Forbidden
— Insufficient permissions404 Not Found
— Entity with this ID cannot be found429 Too Many Requests
— Rate limitation reached500 Internal Server Error
— Unexpected error