File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -32681,6 +32681,13 @@ export default {
32681
32681
'application/json': {
32682
32682
schema: {
32683
32683
properties: {
32684
+ max_use_count: {
32685
+ default: 1,
32686
+ description:
32687
+ 'The maximum number of times the instant key can be used. Defaults to 1.',
32688
+ format: 'float',
32689
+ type: 'number',
32690
+ },
32684
32691
user_identity_id: {
32685
32692
description:
32686
32693
'ID of the user identity for which you want to generate an instant key.',
Original file line number Diff line number Diff line change @@ -52539,6 +52539,8 @@ export interface Routes {
52539
52539
commonParams: {
52540
52540
/** ID of the user identity for which you want to generate an instant key. */
52541
52541
user_identity_id: string
52542
+ /** The maximum number of times the instant key can be used. Defaults to 1. */
52543
+ max_use_count?: number
52542
52544
}
52543
52545
formData: {}
52544
52546
jsonResponse: {
You can’t perform that action at this time.
0 commit comments