From b76d01b4ec8fc5b47bcbcfbff34d6ef623e67092 Mon Sep 17 00:00:00 2001 From: Marco Rieger Date: Thu, 9 Jul 2020 16:16:30 +0200 Subject: [PATCH] correct doc for bulk requests --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 425151f..69da162 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ public function __construct( `$apiHost` Hashicorp Vault REST Endpoint URL ## Bulk Requests -Bulk Requests **will not** throw `InvalidDataExceptions`. Using Bulk Requests requires to iterate through the Response -and calling `hasErrors` within the `BasicMetaResponse`. +Using Bulk Requests also requires to iterate through the Response +and calling `hasErrors` within the `MetaData` of each Bulk Item to ensure it was processed successfully. ## Exceptions Calling library methods will throw exceptions, indicating where ever invalid data was provided