Values.ImportApiKeysRequestSourceThe POST request to import API keys from an external source, such as a CSV-formatted file.
type nonrec t = {body : Blob.t;The payload of the POST request to import API keys. For the payload format, see API Key File Format.
*)format : ApiKeysFormat.t;A query parameter to specify the input format to imported API keys. Currently, only the csv format is supported.
*)failOnWarnings : Boolean.t option;A query parameter to indicate whether to rollback ApiKey importation (true) or not (false) when error is encountered.
*)}