fix: review comments

This commit is contained in:
Piyush Gupta
2025-12-11 02:19:19 +05:30
parent 1158755b18
commit 0a0cb81b13
24 changed files with 284 additions and 252 deletions

View File

@@ -1,5 +0,0 @@
---
title: "Add Group Identity"
openapi: "POST /api/v1/groups/{id}/identities/{identityId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Add Machine Identity to Group"
openapi: "POST /api/v1/groups/{id}/machine-identities/{machineIdentityId}"
---

View File

@@ -1,5 +0,0 @@
---
title: "List Group Identities"
openapi: "GET /api/v1/groups/{id}/identities"
---

View File

@@ -0,0 +1,4 @@
---
title: "List Group Machine Identities"
openapi: "GET /api/v1/groups/{id}/machine-identities"
---

View File

@@ -1,5 +1,4 @@
---
title: "Remove Group Identity"
openapi: "DELETE /api/v1/groups/{id}/identities/{identityId}"
title: "Remove Machine Identity from Group"
openapi: "DELETE /api/v1/groups/{id}/machine-identities/{machineIdentityId}"
---