diff options
| author | zmeyer44 <54515037+zmeyer44@users.noreply.github.com> | 2023-12-27 08:26:15 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-27 08:26:15 -0600 |
| commit | 8136be6eab526de8bdb22436431ea75831846395 (patch) | |
| tree | 673c693fabb8a05f44c4d527d59934bbe79367a2 | |
| parent | 2bd3c7400293c7e142fc68bc8d58176cecb9ab2d (diff) | |
Update 71.md
Changed view start and end time to seconds
| -rw-r--r-- | 71.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -102,7 +102,7 @@ The `.content` of these events is optional and could be a free-form note that ac | |||
| 102 | The list of tags are as follows: | 102 | The list of tags are as follows: |
| 103 | * `a` (required) reference tag to kind `34235` or `34236` video event being viewed | 103 | * `a` (required) reference tag to kind `34235` or `34236` video event being viewed |
| 104 | * `d` (required) same as `a` reference tag value | 104 | * `d` (required) same as `a` reference tag value |
| 105 | * `viewed` (optional, repeated) timestamp of the user's start time in `HH:MM:SS.sss`, timestamp of the user's end time in `HH:MM:SS.sss` | 105 | * `viewed` (optional, repeated) timestamp of the user's start time in seconds, timestamp of the user's end time in seconds |
| 106 | 106 | ||
| 107 | 107 | ||
| 108 | ```json | 108 | ```json |