docs/InstitutionsGetRequest.md in plaid-14.0.0.beta.3 vs docs/InstitutionsGetRequest.md in plaid-14.0.0.beta.4

- old
+ new

@@ -2,11 +2,11 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **client_id** | **String** | Your Plaid API `client_id`. | [optional] | -| **secret** | **String** | Your Plaid API `secret`. | [optional] | +| **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] | +| **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] | | **count** | **Integer** | The total number of Institutions to return. | | | **offset** | **Integer** | The number of Institutions to skip. | | | **country_codes** | [**Array<CountryCode>**](CountryCode.md) | Specify an array of Plaid-supported country codes this institution supports, using the ISO-3166-1 alpha-2 country code standard. | | | **options** | [**InstitutionsGetRequestOptions**](InstitutionsGetRequestOptions.md) | | [optional] |