Skip to content

Commit

Permalink
DEVDOCS-10528 adding codeDepot markers
Browse files Browse the repository at this point in the history
  • Loading branch information
raileendr committed Nov 8, 2023
1 parent 55958ed commit 11784fc
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ def initialize(args)
def worker
group_api = create_group_api(args)

# Step 3: Construct the request body
# Construct the request body
#ds-snippet-start:eSign25Step3
params = { groups: [{ permissionProfileId: args[:permission_profile_id], groupId: args[:group_id] }] }
#ds-snippet-end:eSign25Step3

# Step 4: Call the eSignature REST API
# Call the eSignature REST API
#ds-snippet-start:eSign25Step4
group_api.update_groups(args[:account_id], params)
#ds-snippet-end:eSign25Step4
end
end

0 comments on commit 11784fc

Please sign in to comment.