lib/losant_rest/events.rb in losant_rest-1.0.3 vs lib/losant_rest/events.rb in losant_rest-1.0.4
- old
+ new
@@ -96,11 +96,11 @@
query: query_params,
headers: headers,
body: body)
end
- # Updates information for matching events by subject and/or current state
+ # Asynchronously updates information for matching events by subject and/or current state
#
# Parameters:
# * {string} applicationId - ID associated with the application
# * {string} filterField - Field to filter the events to act on by. Blank or not provided means no filtering. Accepted values are: subject
# * {string} filter - Filter to apply against the filtered field. Supports globbing. Blank or not provided means no filtering.
@@ -110,10 +110,10 @@
# * {boolean} _actions - Return resource actions in response
# * {boolean} _links - Return resource link in response
# * {boolean} _embedded - Return embedded resources in response
#
# Responses:
- # * 200 - If updates were successfully applied (https://api.losant.com/#/definitions/success)
+ # * 200 - If the bulk update has been successfully started (https://api.losant.com/#/definitions/success)
#
# Errors:
# * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
# * 404 - Error if application is not found (https://api.losant.com/#/definitions/error)
def patch(params = {})