lib/dor/services/client/accession.rb in dor-services-client-10.2.0 vs lib/dor/services/client/accession.rb in dor-services-client-11.0.0
- old
+ new
@@ -15,10 +15,10 @@
# Start accession on an object (start specified workflow, assemblyWF by default, and version if needed)
# @param params [Hash<Symbol,String>] optional parameter hash
# @option params [String] :significance set significance (major/minor/patch) of version change - required
# @option params [String] :description set description of version change - required
- # @option params [String] :opening_user_name add opening username to the events datastream - optional
+ # @option params [String] :opening_user_name add opening username to the event - optional
# @option params [String] :workflow the workflow to start - defaults to 'assemblyWF'
# @return [Boolean] true on success
# @raise [NotFoundResponse] when the response is a 404 (object not found)
# @raise [UnexpectedResponse] when the response is not successful.
def start(params = {})