mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
fix: review comments
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
title: "Add Group Identity"
|
||||
openapi: "POST /api/v1/groups/{id}/identities/{identityId}"
|
||||
---
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Add Machine Identity to Group"
|
||||
openapi: "POST /api/v1/groups/{id}/machine-identities/{machineIdentityId}"
|
||||
---
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
title: "List Group Identities"
|
||||
openapi: "GET /api/v1/groups/{id}/identities"
|
||||
---
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List Group Machine Identities"
|
||||
openapi: "GET /api/v1/groups/{id}/machine-identities"
|
||||
---
|
||||
@@ -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}"
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user