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
Currently, it is only possible to list registries for a particular AID. For some use cases it would be convenient to be able to list all registries for a particular agent.
Current behaviour:
GET /identifiers/{aid}/registries
=> Return all registries in agent that is owned by 'aid'
GET /identifiers/{aid}/registries/{regname}
=> Return registry 'regname' that is owned by 'aid'
Requested behaviour:
GET /registries
=> Return all registries in agent regardless of which aid is the owner
GET /registries?pre={aid name or prefix}
=> Return all registries in agent that is owned by 'aid'
GET /registries/{regname or registry key}
=> Return registry 'regname' regardless of which aid is the owner
Rationale
We want to have an overview of the registries that are controlled by a particular agent/wallet. Currently, the only way to do this is to iterate through all AIDs in the agent, then list all registries for each AID.
The text was updated successfully, but these errors were encountered:
Currently, it is only possible to list registries for a particular AID. For some use cases it would be convenient to be able to list all registries for a particular agent.
Current behaviour:
Requested behaviour:
Rationale
We want to have an overview of the registries that are controlled by a particular agent/wallet. Currently, the only way to do this is to iterate through all AIDs in the agent, then list all registries for each AID.
The text was updated successfully, but these errors were encountered: