View source: R/apigateway_operations.R
apigateway_import_api_keys | R Documentation |
Import API keys from an external source, such as a CSV-formatted file.
See https://www.paws-r-sdk.com/docs/apigateway_import_api_keys/ for full documentation.
apigateway_import_api_keys(body, format, failOnWarnings = NULL)
body |
[required] The payload of the POST request to import API keys. For the payload format, see API Key File Format. |
format |
[required] A query parameter to specify the input format to imported API keys.
Currently, only the |
failOnWarnings |
A query parameter to indicate whether to rollback ApiKey importation
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.