lib/phrase/api/webhooks_api.rb in phrase-1.0.2 vs lib/phrase/api/webhooks_api.rb in phrase-1.0.3
- old
+ new
@@ -377,11 +377,11 @@
# List all webhooks for the given project.
# @param project_id [String] Project ID
# @param [Hash] opts the optional parameters
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
# @option opts [Integer] :page Page number
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 10 by default
+ # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
# @return [Array<Webhook>]
def webhooks_list(project_id, opts = {})
data, _status_code, _headers = webhooks_list_with_http_info(project_id, opts)
data
end
@@ -390,10 +390,10 @@
# List all webhooks for the given project.
# @param project_id [String] Project ID
# @param [Hash] opts the optional parameters
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
# @option opts [Integer] :page Page number
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 10 by default
+ # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
# @return [Array<(Response<(Array<Webhook>)>, Integer, Hash)>] Response<(Array<Webhook>)> data, response status code and response headers
def webhooks_list_with_http_info(project_id, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: WebhooksApi.webhooks_list ...'
end