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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ The service requires the following configuration parameters:
94
94
```
95
95
96
96
97
-
- <aid="properties/ucs_url"></a>**`ucs_url`***(string, required)*: URL pointing to the UCS API.
97
+
- <aid="properties/file_box_service_url"></a>**`file_box_service_url`***(string, format: uri, required)*: URL pointing to the API of the service that owns FileUploadBoxes (currently the UCS). Length must be between 1 and 2083 (inclusive).
98
98
99
99
100
100
Examples:
@@ -114,7 +114,7 @@ The service requires the following configuration parameters:
114
114
```
115
115
116
116
117
-
- <aid="properties/access_url"></a>**`access_url`***(string, required)*: URL pointing to the internal access API.
117
+
- <aid="properties/access_url"></a>**`access_url`***(string, format: uri, required)*: URL pointing to the internal access API. Length must be between 1 and 2083 (inclusive).
0 commit comments