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
it seems that when you create a replication rule via the API, although you can specify an ID value, this value is in fact ignored, and the ID is assigned a value according to some internal counter.
This is important because ID is the only supported identifier for triggering a replication rule via API, and the only current method of fetching the ID is bugged (see issue #68 )
To confirm, I just tested, and this doesn't work in the Swagger UI either
The text was updated successfully, but these errors were encountered:
it seems that when you create a replication rule via the API, although you can specify an ID value, this value is in fact ignored, and the ID is assigned a value according to some internal counter.
This is important because ID is the only supported identifier for triggering a replication rule via API, and the only current method of fetching the ID is bugged (see issue #68 )
To confirm, I just tested, and this doesn't work in the Swagger UI either
The text was updated successfully, but these errors were encountered: