You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a record fails due to a conflict, it would be nice to know what IDs have the conflict. This will require additional database queries to determine which IDs are in conflict, or parsing of the IntegrityError.
Alternatively, clients could do the work by making multiple calls to GET /ctms for each ID.
When creating a record fails due to a conflict, it would be nice to know what IDs have the conflict. This will require additional database queries to determine which IDs are in conflict, or parsing of the
IntegrityError
.Alternatively, clients could do the work by making multiple calls to
GET /ctms
for each ID.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: