improvements: fix doc endpoint and minor ui adjustments/permission check

This commit is contained in:
Scott Wilson
2025-11-11 23:34:48 -05:00
committed by =
parent 45b89f592e
commit a9765e125b
4 changed files with 61 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
---
title: "Get Identity By Id"
title: "Get Identity by ID"
openapi: "GET /api/v1/projects/{projectId}/identities/{identityId}"
---

View File

@@ -1,4 +1,4 @@
---
title: "List Identity"
openapi: "POST /api/v1/projects/{projectId}/identities"
title: "List Identities"
openapi: "GET /api/v1/projects/{projectId}/identities"
---