lib/fastly/api/secret_store_api.rb in fastly-7.0.0 vs lib/fastly/api/secret_store_api.rb in fastly-7.1.0
- old
+ new
@@ -195,19 +195,19 @@
@api_client.config.logger.debug "API called: SecretStoreApi#delete_secret_store\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
end
return data, status_code, headers
end
- # Create secret store by ID
+ # Get secret store by ID
# Get a secret store by ID.
# @option opts [String] :store_id (required)
# @return [SecretStoreResponse]
def get_secret_store(opts = {})
data, _status_code, _headers = get_secret_store_with_http_info(opts)
data
end
- # Create secret store by ID
+ # Get secret store by ID
# Get a secret store by ID.
# @option opts [String] :store_id (required)
# @return [Array<(SecretStoreResponse, Integer, Hash)>] SecretStoreResponse data, response status code and response headers
def get_secret_store_with_http_info(opts = {})
if @api_client.config.debugging