In the API docs, for the “Update an Identity” endp...
# ory-network
f
In the API docs, for the “Update an Identity” endpoint, the docs indicate that
schema_id
,
state
, and
traits
are all required. But from my testing, it seems only
traits
is actually required. It would be nice not to have to pass values that haven’t changed, but I don’t want to rely on this behaviour if the implementation may change to match what the documentation says in the future.