Skip to content

Commit 2712876

Browse files
lcawll-trotta
andauthored
Update specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysRequest.ts
Co-authored-by: Laura Trotta <[email protected]>
1 parent 4261d0c commit 2712876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface Request extends RequestBase {
5656
/**
5757
* The API key identifiers.
5858
*/
59-
ids: string[]
59+
ids: string | string[]
6060
/**
6161
* Arbitrary nested metadata to associate with the API keys.
6262
* Within the `metadata` object, top-level keys beginning with an underscore (`_`) are reserved for system usage.

0 commit comments

Comments
 (0)