Import API keys from an external source, such as a CSV-formatted file
Import API keys from an external source, such as a CSV-formatted file.
apigateway_import_api_keys(body, format, failOnWarnings)
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
( |
A list with the following syntax:
list( ids = list( "string" ), warnings = list( "string" ) )
svc$import_api_keys( body = raw, format = "csv", failOnWarnings = TRUE|FALSE )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.