Skip to content

Commit 4a8b67f

Browse files
authored
Update Web Integration docs (#613)
Added an additional line about the client ID to clarify that it's something the client application needs to supply.
1 parent d5322f2 commit 4a8b67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/engineers/03-web-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To integrate Nimbus (Cirrus) with your web application, these are high-level ste
3939
- Identify key metrics and configure with your application.
4040

4141
8. **Call Cirrus Container**
42-
- Pass the unique client id and context when calling the container to receive the features. Refer to [API docs](https://github.com/mozilla/experimenter/tree/main/cirrus) for more details.
42+
- Pass a unique client id and context when calling the container to receive the features. The client id can be a temporary or stable id depending on your use case. Refer to [API docs](https://github.com/mozilla/experimenter/tree/main/cirrus) for more details.
4343
```json
4444
{
4545
"client_id": "4a1d71ab-29a2-4c5f-9e1d-9d9df2e6e449",

0 commit comments

Comments
 (0)