We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77554da + 91e3422 commit 3f7f330Copy full SHA for 3f7f330
docs/getAnchoredWorkouts.md
@@ -16,7 +16,7 @@ Query to get all workouts of any given type by a given anchor (a physical memory
16
let options = {
17
startDate?: (new Date(2016,4,27)).toISOString(), //
18
endDate?: (new Date()).toISOString(),
19
- queryAnchor?: 'base64encodedstring',
+ anchor?: 'base64encodedstring',
20
type: 'Workout', // one of: ['Walking', 'StairClimbing', 'Running', 'Cycling', 'Workout']
21
};
22
```
0 commit comments