Skip to content

Commit

Permalink
DEVDOCS-10493 - adding codeDepot markers
Browse files Browse the repository at this point in the history
  • Loading branch information
InbarGazit committed Jul 11, 2023
1 parent 71ab417 commit 861ca0e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,16 @@ protected Object doWork(WorkArguments args, ModelMap model,
// Step 2: Construct your API headers
AccountsApi accountsApi = createAccountsApiClient(this.session.getBasePath(), this.user.getAccessToken());

//ds-snippet-start:Click4Step3
ClickwrapVersionsResponse clickwrapsResponse = GetListClickwrapsService.getListClickwrap(
accountsApi,
this.session.getAccountId());
//ds-snippet-end:Click4Step3

DoneExample.createDefault(this.title)
.withJsonObject(clickwrapsResponse)
.withMessage(getTextForCodeExampleByApiType().ResultsPageText)
.addToModel(model, config);
return DONE_EXAMPLE_PAGE;
}
// ***DS.snippet.0.end
}

0 comments on commit 861ca0e

Please sign in to comment.