ApplicationKeyResponse |
KeyManagementApi.updateApplicationKey(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key.
|
CompletableFuture<ApplicationKeyResponse> |
KeyManagementApi.updateApplicationKeyAsync(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key.
|
ApiResponse<ApplicationKeyResponse> |
KeyManagementApi.updateApplicationKeyWithHttpInfo(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key
|
CompletableFuture<ApiResponse<ApplicationKeyResponse>> |
KeyManagementApi.updateApplicationKeyWithHttpInfoAsync(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key.
|
ApplicationKeyResponse |
KeyManagementApi.updateCurrentUserApplicationKey(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key owned by current user.
|
CompletableFuture<ApplicationKeyResponse> |
KeyManagementApi.updateCurrentUserApplicationKeyAsync(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key owned by current user.
|
ApiResponse<ApplicationKeyResponse> |
KeyManagementApi.updateCurrentUserApplicationKeyWithHttpInfo(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key owned by current user
|
CompletableFuture<ApiResponse<ApplicationKeyResponse>> |
KeyManagementApi.updateCurrentUserApplicationKeyWithHttpInfoAsync(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key owned by current user.
|
PartialApplicationKeyResponse |
ServiceAccountsApi.updateServiceAccountApplicationKey(String serviceAccountId,
String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key for this service account.
|
CompletableFuture<PartialApplicationKeyResponse> |
ServiceAccountsApi.updateServiceAccountApplicationKeyAsync(String serviceAccountId,
String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key for this service account.
|
ApiResponse<PartialApplicationKeyResponse> |
ServiceAccountsApi.updateServiceAccountApplicationKeyWithHttpInfo(String serviceAccountId,
String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key owned by this service account.
|
CompletableFuture<ApiResponse<PartialApplicationKeyResponse>> |
ServiceAccountsApi.updateServiceAccountApplicationKeyWithHttpInfoAsync(String serviceAccountId,
String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key for this service account.
|