doc_out/PresenceApi.html.md in purecloud-0.40.1 vs doc_out/PresenceApi.html.md in purecloud-0.41.1

- old
+ new

@@ -302,10 +302,10 @@ ## -[**UserPresence**](UserPresence.html) patch_user_id_presences_source_id(user_id, source_id, opts) Patch a user's Presence -The presence object can be patched one of three ways. Option 1: Set the 'primary' property to true. This will set the 'source' defined in the path as the user's primary presence source. Option 2: Provide the presenceDefinition value. Option 3: Provide the message value. Option 1 can be combined with Option2 and/or Option 3. +The presence object can be patched one of three ways. Option 1: Set the 'primary' property to true. This will set the 'source' defined in the path as the user's primary presence source. Option 2: Provide the presenceDefinition value. The 'id' is the only value required within the presenceDefinition. Option 3: Provide the message value. Option 1 can be combined with Option 2 and/or Option 3. ### Example ~~~ruby # load the gem require 'purecloud'