Skip to content
Last updated

Conflict

FieldValue
Type URIhttps://developer-next.ingrid.com/ingrid-api/errors/common/conflict
TitleConflict
Recommended Status409 Conflict

Common Causes

  • The resource has been modified by another request since it was last read
  • An attempt was made to create a resource that already exists
  • A concurrent update conflict occurred

Example Response

{
  "type": "https://developer-next.ingrid.com/ingrid-api/errors/common/conflict",
  "title": "Conflict",
  "status": 409,
  "detail": "The resource has been modified by another request. Please retry with the latest version.",
  "trace_id": "abc-123-def-456"
}