docs/CqApi.md in swagger_aem-3.1.0 vs docs/CqApi.md in swagger_aem-3.2.0

- old
+ new

@@ -6,16 +6,19 @@ ------------- | ------------- | ------------- [**get_login_page**](CqApi.md#get_login_page) | **GET** /libs/granite/core/content/login.html | [**post_cq_actions**](CqApi.md#post_cq_actions) | **POST** /.cqactions.html | -# **get_login_page** + +## get_login_page + > String get_login_page ### Example + ```ruby # load the gem require 'swagger_aem' api_instance = SwaggerAemClient::CqApi.new @@ -27,10 +30,11 @@ puts "Exception when calling CqApi->get_login_page: #{e}" end ``` ### Parameters + This endpoint does not need any parameter. ### Return type **String** @@ -39,21 +43,22 @@ No authorization required ### HTTP request headers - - **Content-Type**: Not defined - - **Accept**: text/html +- **Content-Type**: Not defined +- **Accept**: text/html +## post_cq_actions -# **post_cq_actions** > post_cq_actions(authorizable_id, changelog) ### Example + ```ruby # load the gem require 'swagger_aem' # setup authorization SwaggerAemClient.configure do |config| @@ -73,10 +78,11 @@ end ``` ### Parameters + Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **authorizable_id** | **String**| | **changelog** | **String**| | @@ -88,10 +94,8 @@ [aemAuth](../README.md#aemAuth) ### HTTP request headers - - **Content-Type**: Not defined - - **Accept**: Not defined - - +- **Content-Type**: Not defined +- **Accept**: Not defined