Update operations do not update the TD id correctly #14
Labels
effort: hours
priority: high (2)
High-priority issue that should be resolved as soon as possible
scope: api-reference
type: bug
Something isn't working
Zion uses a "wrapper" model to save a TD called
InternalThingDescription
. In this model, there are various fields includingjson
containing the descriptor andurn
which saves its id. The directory uses theurn
field for retrieval operations.If we perform an update (either via PUT or via PATCH) where we change the TD id, this is updated inside the descriptor, but not on the
urn
field.This prevents later retrieval of the TD via the new id.
The text was updated successfully, but these errors were encountered: