post https://api.bigpanda.io/resources/v2.0/environments/{env_id}/incidents/{incident_id}/tags/
Create or update an incident tag for a single incident.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Returns
Possible response codes include:
204 Created
— Payload accepted.400 Bad Request
- Could be any one of the following:
InactiveTag
- Tag is inactive.EnumUniqueViolationConstraint
- Tag value does not exist in options.InactiveEnumLevel
- Tag value is inactive.TypeMismatch
- Invalid Tag value type.
401 Unauthorized
- Authentication violation - token is invalid or missing.403 Forbidden
— Insufficient permissions.404 Not Found
— Entity with this ID cannot be found. Could be:
NotExistTag
- Tag does not exist.
429 Too Many Requests
— Rate limitation reached.500 Internal Server Error
— Unexpected error