harborapi
harborapi copied to clipboard
when creating a replication rule, the ID value is ignored
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