Learn R Programming

paws.networking (version 0.2.0)

apigateway_import_api_keys: Import API keys from an external source, such as a CSV-formatted file

Description

Import API keys from an external source, such as a CSV-formatted file.

See https://paws-r.github.io/docs/apigateway/import_api_keys.html for full documentation.

Usage

apigateway_import_api_keys(body, format, failOnWarnings = NULL)

Arguments

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 csv format is supported.

failOnWarnings

A query parameter to indicate whether to rollback ApiKey importation (true) or not (false) when error is encountered.