Skip to content

Commit e492a85

Browse files
committed
Added note into documentation
1 parent 4248a02 commit e492a85

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,10 @@ Depends on configuration, but usually it is not needed to generate or use API ke
377377
module: "noop"
378378
```
379379

380-
In this case it is possible to pass `user-id` optional when calling REST API query endpoints. If the `user-id` won't be passed, the default one will be used: `00000000-0000-0000-0000-000000000000`
380+
In this case it is possible to pass `user-id` optional parameter when calling REST API query endpoints. If the `user-id` won't be passed, the default one will be used: `00000000-0000-0000-0000-000000000000`
381+
382+
[!NOTE]
383+
The value of `user-id` parameter is not checked. This means it is possible to pass non-UUID value, which might not be appropriate for some use cases.
381384

382385
## 4. Configure RCS TLS communication
383386

0 commit comments

Comments
 (0)