Use swagger api for delete single and multiple Service Accounts (#3199)

This commit is contained in:
Cesar N
2024-01-18 08:55:56 -08:00
committed by GitHub
parent 24742325b7
commit b9f0ccfaba
7 changed files with 125 additions and 42 deletions

View File

@@ -1425,9 +1425,7 @@ paths:
in: body
required: true
schema:
type: array
items:
type: string
$ref: "#/definitions/selectedSAs"
responses:
204:
description: A successful response.
@@ -6196,3 +6194,8 @@ definitions:
format: int64
required:
- exp
selectedSAs:
type: array
items:
type: string