|
36 | 36 | "Examples": [ |
37 | 37 | { |
38 | 38 | "ExampleNumber": 1, |
39 | | - "ExampleName": "Creating a room with data", |
40 | | - "ExampleDescription": "This example creates a room using specified data", |
| 39 | + "ExampleName": "Create a room with data", |
| 40 | + "ExampleDescription": "Demonstrates how to create a DocuSign room that contains populated data.", |
41 | 41 | "LinksToAPIMethod": [ |
42 | 42 | { |
43 | 43 | "Path": "https://developers.docusign.com/rooms-api/reference/Rooms/Rooms/CreateRoom", |
|
62 | 62 | }, |
63 | 63 | { |
64 | 64 | "ExampleNumber": 2, |
65 | | - "ExampleName": "Creating a room with a template", |
66 | | - "ExampleDescription": "This example creates a room from a template", |
| 65 | + "ExampleName": "Create a room with a template", |
| 66 | + "ExampleDescription": "Demonstrates how to create a DocuSign room using a predefined template.", |
67 | 67 | "LinksToAPIMethod": [ |
68 | 68 | { |
69 | 69 | "Path": "https://developers.docusign.com/rooms-api/reference/Rooms/Rooms/CreateRoom", |
|
100 | 100 | }, |
101 | 101 | { |
102 | 102 | "ExampleNumber": 3, |
103 | | - "ExampleName": "Exporting data from a room", |
104 | | - "ExampleDescription": "This example exports data from a room", |
| 103 | + "ExampleName": "Export data from a room", |
| 104 | + "ExampleDescription": "Demonstrates how to export data from a room.", |
105 | 105 | "LinksToAPIMethod": [ |
106 | 106 | { |
107 | 107 | "Path": "https://developers.docusign.com/rooms-api/reference/Rooms/Rooms/GetRooms", |
|
131 | 131 | }, |
132 | 132 | { |
133 | 133 | "ExampleNumber": 4, |
134 | | - "ExampleName": "Adding forms to a room", |
135 | | - "ExampleDescription": "This example adds form to a room", |
| 134 | + "ExampleName": "Add a form to a room", |
| 135 | + "ExampleDescription": "Demonstrates how to attach a form to a room", |
136 | 136 | "LinksToAPIMethod": [ |
137 | 137 | { |
138 | 138 | "Path": "https://developers.docusign.com/rooms-api/reference/Rooms/Rooms/GetRooms", |
|
179 | 179 | }, |
180 | 180 | { |
181 | 181 | "ExampleNumber": 5, |
182 | | - "ExampleName": "Getting rooms with filters", |
183 | | - "ExampleDescription": "This example returns rooms by filter", |
| 182 | + "ExampleName": "Get a room with a filter", |
| 183 | + "ExampleDescription": "Demonstrates how to return rooms filtered by your parameters.", |
184 | 184 | "LinksToAPIMethod": [ |
185 | 185 | { |
186 | 186 | "Path": "https://developers.docusign.com/rooms-api/reference/Rooms/Rooms/GetRooms", |
|
203 | 203 | }, |
204 | 204 | { |
205 | 205 | "ExampleNumber": 6, |
206 | | - "ExampleName": "Creating an external form fill session", |
207 | | - "ExampleDescription": "This is an example of creating external form fill session", |
| 206 | + "ExampleName": "Create and embed an external form fill session", |
| 207 | + "ExampleDescription": "Demonstrates how to create and embed an external form fill session.", |
208 | 208 | "LinksToAPIMethod": [ |
209 | 209 | { |
210 | 210 | "Path": "https://developers.docusign.com/rooms-api/reference/Rooms/Rooms/GetRooms", |
|
222 | 222 | "RedirectsToOtherCodeExamples": [ |
223 | 223 | { |
224 | 224 | "CodeExampleToRedirectTo": 4, |
225 | | - "RedirectText": "<p>Problem: selected rooms does not has any documents. Please first add form to a room using <a {0}>example 4.</a> <br />Thank you.</p>" |
| 225 | + "RedirectText": "<p>Problem: Selected room does not has any forms. Add a form to a room using <a {0}>example 4.</a> <br /></p>" |
226 | 226 | }, |
227 | 227 | { |
228 | 228 | "CodeExampleToRedirectTo": 1, |
229 | | - "RedirectText": "<p>Problem: please first create a room using <a {0}>example 1.</a> <br />Thank you.</p>" |
| 229 | + "RedirectText": "<p>Problem: Create a room using <a {0}>example 1.</a> <br /></p>" |
230 | 230 | } |
231 | 231 | ], |
232 | 232 | "Forms": [ |
|
243 | 243 | "Inputs": [ |
244 | 244 | { |
245 | 245 | "InputName": "Rooms", |
246 | | - "InputPlaceholder": "Please select a room" |
| 246 | + "InputPlaceholder": "Select a room" |
247 | 247 | } |
248 | 248 | ] |
249 | 249 | } |
250 | 250 | ], |
251 | | - "ResultsPageText": "Results from the Forms::CreateExternalFormFillSession:" |
| 251 | + "ResultsPageText": "Results from the ExternalFormFillSessions:CreateExternalFormFillSession:" |
252 | 252 | }, |
253 | 253 | { |
254 | 254 | "ExampleNumber": 7, |
255 | | - "ExampleName": "Creating a form group", |
256 | | - "ExampleDescription": "This example demonstrates creating a DocuSign Form Group.", |
| 255 | + "ExampleName": "Create a form group", |
| 256 | + "ExampleDescription": "Demonstrates how to create a form group for your DocuSign Rooms for Real Estate account.", |
257 | 257 | "LinksToAPIMethod": [ |
258 | 258 | { |
259 | 259 | "Path": "https://developers.docusign.com/docs/rooms-api/how-to/create-form-group", |
|
275 | 275 | { |
276 | 276 | "ExampleNumber": 8, |
277 | 277 | "ExampleName": "Grant office access to a form group", |
278 | | - "ExampleDescription": "This example demonstrates how to grant Office access to a Form Group.", |
| 278 | + "ExampleDescription": "Demonstrates how to assign an office to a form group for your DocuSign Rooms for Real Estate account.", |
279 | 279 | "LinksToAPIMethod": [ |
280 | 280 | { |
281 | 281 | "Path": "https://developers.docusign.com/docs/rooms-api/how-to/access-form-group", |
|
319 | 319 | { |
320 | 320 | "ExampleNumber": 9, |
321 | 321 | "ExampleName": "Assign a form to a form group", |
322 | | - "ExampleDescription": "This example demonstrates how to assign a form to a form group.", |
| 322 | + "ExampleDescription": "Demonstrates how to assign a form to a form group for your DocuSign Rooms for Real Estate account.", |
323 | 323 | "LinksToAPIMethod": [ |
324 | 324 | { |
325 | 325 | "Path": "https://developers.docusign.com/docs/rooms-api/how-to/assign-form-group", |
|
0 commit comments