tator
tator copied to clipboard
World-wide natural key for cloning idempotency
Currently we use name for idempotency for most objects. Instead it would be nice to have a new field that encodes the origin host, primary key, and type that can be used for POST requests when creating clones. If this is not passed in a POST it would be generated server side.
Changed title to reflect it being a world-wide natural key (b64 string) rather than uuid.
This will be resolved in #723