Hi,
How can I clear the value of the “sleepSecs” field using the curl command ?
The following syntax does not modify the stored data :
> curl -X PUT https://intervals.icu/api/v1/athlete/xxxx/wellness/2023-04-23 \
> -H "Content-Type: application/json" \
> -H "accept: */*" \
> -u "API_KEY:xxxxxxxxxxxxxxxxx" \
> -d '{"sleepSecs":null}'
Thank you for your help.
Best regards.