docs/OIDCApi.md in budgea_client-1.3.6 vs docs/OIDCApi.md in budgea_client-1.3.9

- old
+ new

@@ -18,10 +18,17 @@ ### Example ```ruby # load the gem require 'budgea_client' +# setup authorization +BudgeaClient.configure do |config| + # Configure API key authorization: api_key + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' +end api_instance = BudgeaClient::OIDCApi.new id_whitelist = 56 # Integer | @@ -49,11 +56,11 @@ [**OidcWhitelist**](OidcWhitelist.md) ### Authorization -No authorization required +[api_key](../README.md#api_key) ### HTTP request headers - **Content-Type**: application/json, multipart/form-data - **Accept**: application/json @@ -69,10 +76,17 @@ ### Example ```ruby # load the gem require 'budgea_client' +# setup authorization +BudgeaClient.configure do |config| + # Configure API key authorization: api_key + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' +end api_instance = BudgeaClient::OIDCApi.new id_whitelist = 56 # Integer | @@ -103,11 +117,11 @@ [**OidcWhitelist**](OidcWhitelist.md) ### Authorization -No authorization required +[api_key](../README.md#api_key) ### HTTP request headers - **Content-Type**: application/json, multipart/form-data - **Accept**: application/json @@ -123,10 +137,17 @@ ### Example ```ruby # load the gem require 'budgea_client' +# setup authorization +BudgeaClient.configure do |config| + # Configure API key authorization: api_key + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' +end api_instance = BudgeaClient::OIDCApi.new redirect_uri = "redirect_uri_example" # String | authorized redirect uri to be created @@ -154,10 +175,10 @@ [**OidcWhitelist**](OidcWhitelist.md) ### Authorization -No authorization required +[api_key](../README.md#api_key) ### HTTP request headers - **Content-Type**: application/json, multipart/form-data - **Accept**: application/json