Skip to content

Commit

Permalink
organization was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Mar 8, 2022
1 parent ae248bb commit 6752de1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/dev/design/telemetry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ Format

The final information to be saved would consist of:

- organization: the organization id/slug
- project: the project id/slug
- version: the version id/slug
- build: the build id, date, length, status.
Expand All @@ -198,6 +199,10 @@ The final information to be saved would consist of:
.. code-block:: json
{
"organization": {
"id": 1,
"slug": "org"
},
"project": {
"id": 2,
"slug": "docs"
Expand Down

0 comments on commit 6752de1

Please sign in to comment.