Sha256: aeed6242c1d2313c03af6cb3e111550f9a502ddd8a9e99ad795dd7b1226c38a3
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
# SwaggerAemClient::CqApi All URIs are relative to *http://localhost/* Method | HTTP request | Description ------------- | ------------- | ------------- [**post_cq_actions**](CqApi.md#post_cq_actions) | **POST** .cqactions.html | # **post_cq_actions** > post_cq_actions(authorizable_id, changelog) ### Example ```ruby # load the gem require 'swagger_aem' # setup authorization SwaggerAemClient.configure do |config| # Configure HTTP basic authorization: aemAuth config.username = 'YOUR USERNAME' config.password = 'YOUR PASSWORD' end api_instance = SwaggerAemClient::CqApi.new authorizable_id = "authorizable_id_example" # String | changelog = "changelog_example" # String | begin api_instance.post_cq_actions(authorizable_id, changelog) rescue SwaggerAemClient::ApiError => e puts "Exception when calling CqApi->post_cq_actions: #{e}" end ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **authorizable_id** | **String**| | **changelog** | **String**| | ### Return type nil (empty response body) ### Authorization [aemAuth](../README.md#aemAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: text/plain
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
swagger_aem-0.9.2 | docs/CqApi.md |
swagger_aem-0.9.1 | docs/CqApi.md |