Skip to content

Commit 6752de1

Browse files
committed
organization was missing
1 parent ae248bb commit 6752de1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/dev/design/telemetry.rst

+5
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ Format
184184

185185
The final information to be saved would consist of:
186186

187+
- organization: the organization id/slug
187188
- project: the project id/slug
188189
- version: the version id/slug
189190
- build: the build id, date, length, status.
@@ -198,6 +199,10 @@ The final information to be saved would consist of:
198199
.. code-block:: json
199200
200201
{
202+
"organization": {
203+
"id": 1,
204+
"slug": "org"
205+
},
201206
"project": {
202207
"id": 2,
203208
"slug": "docs"

0 commit comments

Comments
 (0)