Skip to content

Commit d3d362a

Browse files
authored
Updated how-to names
Updated how-to descriptions, updated error messages for to run examples 1, 4
1 parent 58945e1 commit d3d362a

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

manifest/RoomsManifest.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"Examples": [
3737
{
3838
"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.",
4141
"LinksToAPIMethod": [
4242
{
4343
"Path": "https://developers.docusign.com/rooms-api/reference/Rooms/Rooms/CreateRoom",
@@ -62,8 +62,8 @@
6262
},
6363
{
6464
"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.",
6767
"LinksToAPIMethod": [
6868
{
6969
"Path": "https://developers.docusign.com/rooms-api/reference/Rooms/Rooms/CreateRoom",
@@ -100,8 +100,8 @@
100100
},
101101
{
102102
"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.",
105105
"LinksToAPIMethod": [
106106
{
107107
"Path": "https://developers.docusign.com/rooms-api/reference/Rooms/Rooms/GetRooms",
@@ -131,8 +131,8 @@
131131
},
132132
{
133133
"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",
136136
"LinksToAPIMethod": [
137137
{
138138
"Path": "https://developers.docusign.com/rooms-api/reference/Rooms/Rooms/GetRooms",
@@ -179,8 +179,8 @@
179179
},
180180
{
181181
"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.",
184184
"LinksToAPIMethod": [
185185
{
186186
"Path": "https://developers.docusign.com/rooms-api/reference/Rooms/Rooms/GetRooms",
@@ -203,8 +203,8 @@
203203
},
204204
{
205205
"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.",
208208
"LinksToAPIMethod": [
209209
{
210210
"Path": "https://developers.docusign.com/rooms-api/reference/Rooms/Rooms/GetRooms",
@@ -222,11 +222,11 @@
222222
"RedirectsToOtherCodeExamples": [
223223
{
224224
"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>"
226226
},
227227
{
228228
"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>"
230230
}
231231
],
232232
"Forms": [
@@ -243,17 +243,17 @@
243243
"Inputs": [
244244
{
245245
"InputName": "Rooms",
246-
"InputPlaceholder": "Please select a room"
246+
"InputPlaceholder": "Select a room"
247247
}
248248
]
249249
}
250250
],
251-
"ResultsPageText": "Results from the Forms::CreateExternalFormFillSession:"
251+
"ResultsPageText": "Results from the ExternalFormFillSessions:CreateExternalFormFillSession:"
252252
},
253253
{
254254
"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.",
257257
"LinksToAPIMethod": [
258258
{
259259
"Path": "https://developers.docusign.com/docs/rooms-api/how-to/create-form-group",
@@ -275,7 +275,7 @@
275275
{
276276
"ExampleNumber": 8,
277277
"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.",
279279
"LinksToAPIMethod": [
280280
{
281281
"Path": "https://developers.docusign.com/docs/rooms-api/how-to/access-form-group",
@@ -319,7 +319,7 @@
319319
{
320320
"ExampleNumber": 9,
321321
"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.",
323323
"LinksToAPIMethod": [
324324
{
325325
"Path": "https://developers.docusign.com/docs/rooms-api/how-to/assign-form-group",

0 commit comments

Comments
 (0)