View source: R/finspace_operations.R
finspace_update_kx_environment | R Documentation |
Updates information for the given kdb environment.
See https://www.paws-r-sdk.com/docs/finspace_update_kx_environment/ for full documentation.
finspace_update_kx_environment(
environmentId,
name = NULL,
description = NULL,
clientToken = NULL
)
environmentId |
[required] A unique identifier for the kdb environment. |
name |
The name of the kdb environment. |
description |
A description of the kdb environment. |
clientToken |
A token that ensures idempotency. This token expires in 10 minutes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.