You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/API-docs/v1.1/opensign.yaml
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -887,7 +887,9 @@ paths:
887
887
}
888
888
```
889
889
890
-
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document before it is shared with a user. Only the document creator has permission to add them.
890
+
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document **before** it is shared with a user. Only the document creator has permission to add them.
891
+
892
+
**Note:** Responses for prefill widgets are **required**.
891
893
892
894
**List of widgets supported in Prefill**
893
895
1. **textbox**
@@ -1333,7 +1335,9 @@ paths:
1333
1335
}
1334
1336
```
1335
1337
1336
-
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document before it is shared with a user. Only the document creator has permission to add them.
1338
+
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document **before** it is shared with a user. Only the document creator has permission to add them.
1339
+
1340
+
**Note:** Responses for prefill widgets are **required**.
1337
1341
1338
1342
**List of widgets supported in Prefill**
1339
1343
1. **textbox**
@@ -1575,7 +1579,7 @@ paths:
1575
1579
1576
1580
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document before it is shared with a user. Only the document creator has permission to add them.
1577
1581
1578
-
- **response:** Provide the value that should replace the existing response.
1582
+
**response:** Provide the value that should replace the existing response.
1579
1583
1580
1584
**List of widgets supported in Prefill**
1581
1585
1. **textbox**
@@ -2286,7 +2290,9 @@ paths:
2286
2290
}
2287
2291
```
2288
2292
2289
-
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document before it is shared with a user. Only the document creator has permission to add them.
2293
+
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document **before** it is shared with a user. Only the document creator has permission to add them.
2294
+
2295
+
**Note:** Responses for prefill widgets are **required**.
2290
2296
2291
2297
**List of widgets supported in Prefill**
2292
2298
1. **textbox**
@@ -2312,7 +2318,7 @@ paths:
2312
2318
2. **date**
2313
2319
```
2314
2320
{
2315
-
"type": "date"
2321
+
"type": "date",
2316
2322
"page": 1,
2317
2323
"x": 173,
2318
2324
"y": 588,
@@ -2753,7 +2759,9 @@ paths:
2753
2759
}
2754
2760
```
2755
2761
2756
-
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document before it is shared with a user. Only the document creator has permission to add them.
2762
+
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document **before** it is shared with a user. Only the document creator has permission to add them.
2763
+
2764
+
**Note:** Responses for prefill widgets are **required**.
2757
2765
2758
2766
**List of widgets supported in Prefill**
2759
2767
1. **textbox**
@@ -3219,7 +3227,9 @@ paths:
3219
3227
}
3220
3228
```
3221
3229
3222
-
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document before it is shared with a user. Only the document creator has permission to add them.
3230
+
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document **before** it is shared with a user. Only the document creator has permission to add them.
3231
+
3232
+
**Note:** Responses for prefill widgets are **required**.
0 commit comments