feat: expose auth admin summaries

This commit is contained in:
lda
2026-06-06 12:16:45 +07:00 Verified
parent 58771e4423
commit c25c4cfee5
18 changed files with 478 additions and 8 deletions
+4
View File
@@ -205,3 +205,7 @@ class RegistryEntryIdParams(RpcParamsModel):
class ApplyRegistryChangesParams(RpcParamsModel):
pass
class InspectAuthParams(RpcParamsModel):
auth_ref: str = Field(min_length=1)