@@ -193,7 +193,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
193
193
/**
194
194
*
195
195
* @summary Retrieves the contents of a keychain entry from the backend.
196
- * @param {GetKeychainEntryRequest } getKeychainEntryRequest Requst body to obtain a keychain entry via its key
196
+ * @param {GetKeychainEntryRequest } getKeychainEntryRequest Request body to obtain a keychain entry via its key
197
197
* @param {* } [options] Override http request option.
198
198
* @throws {RequiredError }
199
199
*/
@@ -293,7 +293,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
293
293
/**
294
294
*
295
295
* @summary Sets a value under a key on the keychain backend.
296
- * @param {SetKeychainEntryRequest } setKeychainEntryRequest Requst body to write/update a keychain entry via its key
296
+ * @param {SetKeychainEntryRequest } setKeychainEntryRequest Request body to write/update a keychain entry via its key
297
297
* @param {* } [options] Override http request option.
298
298
* @throws {RequiredError }
299
299
*/
@@ -350,7 +350,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
350
350
/**
351
351
*
352
352
* @summary Retrieves the contents of a keychain entry from the backend.
353
- * @param {GetKeychainEntryRequest } getKeychainEntryRequest Requst body to obtain a keychain entry via its key
353
+ * @param {GetKeychainEntryRequest } getKeychainEntryRequest Request body to obtain a keychain entry via its key
354
354
* @param {* } [options] Override http request option.
355
355
* @throws {RequiredError }
356
356
*/
@@ -382,7 +382,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
382
382
/**
383
383
*
384
384
* @summary Sets a value under a key on the keychain backend.
385
- * @param {SetKeychainEntryRequest } setKeychainEntryRequest Requst body to write/update a keychain entry via its key
385
+ * @param {SetKeychainEntryRequest } setKeychainEntryRequest Request body to write/update a keychain entry via its key
386
386
* @param {* } [options] Override http request option.
387
387
* @throws {RequiredError }
388
388
*/
@@ -413,7 +413,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
413
413
/**
414
414
*
415
415
* @summary Retrieves the contents of a keychain entry from the backend.
416
- * @param {GetKeychainEntryRequest } getKeychainEntryRequest Requst body to obtain a keychain entry via its key
416
+ * @param {GetKeychainEntryRequest } getKeychainEntryRequest Request body to obtain a keychain entry via its key
417
417
* @param {* } [options] Override http request option.
418
418
* @throws {RequiredError }
419
419
*/
@@ -442,7 +442,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
442
442
/**
443
443
*
444
444
* @summary Sets a value under a key on the keychain backend.
445
- * @param {SetKeychainEntryRequest } setKeychainEntryRequest Requst body to write/update a keychain entry via its key
445
+ * @param {SetKeychainEntryRequest } setKeychainEntryRequest Request body to write/update a keychain entry via its key
446
446
* @param {* } [options] Override http request option.
447
447
* @throws {RequiredError }
448
448
*/
@@ -474,7 +474,7 @@ export class DefaultApi extends BaseAPI {
474
474
/**
475
475
*
476
476
* @summary Retrieves the contents of a keychain entry from the backend.
477
- * @param {GetKeychainEntryRequest } getKeychainEntryRequest Requst body to obtain a keychain entry via its key
477
+ * @param {GetKeychainEntryRequest } getKeychainEntryRequest Request body to obtain a keychain entry via its key
478
478
* @param {* } [options] Override http request option.
479
479
* @throws {RequiredError }
480
480
* @memberof DefaultApi
@@ -509,7 +509,7 @@ export class DefaultApi extends BaseAPI {
509
509
/**
510
510
*
511
511
* @summary Sets a value under a key on the keychain backend.
512
- * @param {SetKeychainEntryRequest } setKeychainEntryRequest Requst body to write/update a keychain entry via its key
512
+ * @param {SetKeychainEntryRequest } setKeychainEntryRequest Request body to write/update a keychain entry via its key
513
513
* @param {* } [options] Override http request option.
514
514
* @throws {RequiredError }
515
515
* @memberof DefaultApi
0 commit comments