bump version to 0.7.7

This commit is contained in:
Sam
2022-11-27 12:06:42 +01:00
parent fc46053ff4
commit a577fa0a6b
85 changed files with 7423 additions and 752 deletions

View File

@ -956,7 +956,8 @@ def post_workout(auth_user: User) -> Union[Tuple[Dict, int], HttpResponse]:
}
:form file: gpx file (allowed extensions: .gpx, .zip)
:form data: sport id and notes (example: ``{"sport_id": 1, "notes": ""}``)
:form data: sport id and notes (example: ``{"sport_id": 1, "notes": ""}``).
Double quotes in notes must be escaped.
:reqheader Authorization: OAuth 2.0 Bearer Token