Skip to content

Conflict

FieldValue
Type URIhttps://docs.ingrid.com/developer-resources/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://docs.ingrid.com/developer-resources/ingrid-api/errors/common/conflict",
  "title": "Conflict",
  "status": 409,
  "detail": "The resource has been modified by another request. Please retry with the latest version.",
  "instance": "urn:ingrid:request:9b056bec-432e-43ea-afbf-c2b886aeaa47"
}