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 we change the names of some entities (most of the time consumers) we receive some 409 conflict errors.
The root cause seems to be that the creation of the entities happen before their deletion.
What we usually do is manual deletion before running the deck sync on those entities.
The text was updated successfully, but these errors were encountered:
Hi!
first create a consumer a consumer with a name and a defined custom_id and some selected tag.
Then change the name of the consumer with the same tag and same custom_id.
Try to sync the consumer.
You shall have a 409 conflict error.
If it's not enough, I can provide an example tomorrow
When we change the names of some entities (most of the time consumers) we receive some 409 conflict errors.
The root cause seems to be that the creation of the entities happen before their deletion.
What we usually do is manual deletion before running the deck sync on those entities.
The text was updated successfully, but these errors were encountered: