Skip to content

Commit

Permalink
Update ooniapi/services/oonirun/src/oonirun/routers/oonirun.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maja <[email protected]>
  • Loading branch information
hellais and majakomel authored Mar 12, 2024
1 parent 08fa7b3 commit 69d9523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ooniapi/services/oonirun/src/oonirun/routers/oonirun.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class OONIRunLink(OONIRunLinkBase):
description="time when the ooni run link was created"
)
date_updated: datetime = Field(
description="time when the ooni run link was created"
description="time when the ooni run nettest was last updated"
)
revision: str = Field(
description="incremental number indicating the revision number of the ooni run link (the first revision is 1)"
Expand Down

0 comments on commit 69d9523

Please sign in to comment.