Skip to content

Commit d35a03d

Browse files
Update opensign.yaml
1 parent 7fd743f commit d35a03d

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

docs/docs/API-docs/v1.1/opensign.yaml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,9 @@ paths:
887887
}
888888
```
889889
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**.
891893
892894
**List of widgets supported in Prefill**
893895
1. **textbox**
@@ -1333,7 +1335,9 @@ paths:
13331335
}
13341336
```
13351337
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**.
13371341
13381342
**List of widgets supported in Prefill**
13391343
1. **textbox**
@@ -1575,7 +1579,7 @@ paths:
15751579
15761580
**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.
15771581
1578-
- **response:** Provide the value that should replace the existing response.
1582+
**response:** Provide the value that should replace the existing response.
15791583
15801584
**List of widgets supported in Prefill**
15811585
1. **textbox**
@@ -2286,7 +2290,9 @@ paths:
22862290
}
22872291
```
22882292
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**.
22902296
22912297
**List of widgets supported in Prefill**
22922298
1. **textbox**
@@ -2312,7 +2318,7 @@ paths:
23122318
2. **date**
23132319
```
23142320
{
2315-
"type": "date"
2321+
"type": "date",
23162322
"page": 1,
23172323
"x": 173,
23182324
"y": 588,
@@ -2753,7 +2759,9 @@ paths:
27532759
}
27542760
```
27552761
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**.
27572765
27582766
**List of widgets supported in Prefill**
27592767
1. **textbox**
@@ -3219,7 +3227,9 @@ paths:
32193227
}
32203228
```
32213229
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**.
32233233
32243234
**List of widgets supported in Prefill**
32253235
1. **textbox**

0 commit comments

Comments
 (0)