docs/DistrosApi.md in cloudsmith-api-0.53.17 vs docs/DistrosApi.md in cloudsmith-api-0.53.79

- old
+ new

@@ -23,15 +23,10 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = '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['X-Api-Key'] = 'Bearer' - - # Configure API key authorization: csrf_token - config.api_key['X-CSRFToken'] = '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['X-CSRFToken'] = 'Bearer' end api_instance = CloudsmithApi::DistrosApi.new begin @@ -50,11 +45,11 @@ [**Array<Distribution>**](Distribution.md) ### Authorization -[apikey](../README.md#apikey), [csrf_token](../README.md#csrf_token) +[apikey](../README.md#apikey) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined @@ -76,15 +71,10 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = '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['X-Api-Key'] = 'Bearer' - - # Configure API key authorization: csrf_token - config.api_key['X-CSRFToken'] = '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['X-CSRFToken'] = 'Bearer' end api_instance = CloudsmithApi::DistrosApi.new slug = "slug_example" # String | @@ -109,10 +99,10 @@ [**Distribution**](Distribution.md) ### Authorization -[apikey](../README.md#apikey), [csrf_token](../README.md#csrf_token) +[apikey](../README.md#apikey) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined