Skip to content

Commit c8f9737

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { integer } from '@_types/Numeric'
2323
export class Response {
2424
body: {
2525
errors?: BulkError
26-
noops: Array<integer>
26+
noops: string[]
2727
updated: Array<string>
2828
}
2929
}

0 commit comments

Comments
 (0)