Open danshannon opened 7 years ago
Using a token which does NOT have view_private scope
view_private
PUT https://www.strava.com/api/v3/segments/1190741/starred?starred=true
Returns 200 OK and a detailed representation of the segment
200 OK
The segment is flagged as private and therefore should not be visible at all. Strava should return a 401 Unauthorized
401 Unauthorized
Same issue with:
HTTP PUT https://www.strava.com/api/v3/segments/8857183/starred?starred=true
Ignores the fact that the segment is flagged as private (and in this case belongs to another user
Using a token which does NOT have
view_private
scopePUT https://www.strava.com/api/v3/segments/1190741/starred?starred=true
Returns
200 OK
and a detailed representation of the segmentThe segment is flagged as private and therefore should not be visible at all. Strava should return a
401 Unauthorized