در حال بارگذاری…
Update a progress-photo entry.
| Permission | Description |
|---|---|
tracker_progress_photos.update | Update tracker progress photo |
Only the athlete who logged the entry may update it. A share viewer can read an entry (and its image) but gets 403 here — viewers are strictly read-only.
| Name | Type | Required | Description |
|---|---|---|---|
tracked_at | string | No |
| Datetime the photo was taken |
pose | string | No | One of front, side, back, other. Nullable. |
notes | string | No | Optional notes (max 2000 characters) |
All parameters are optional. If omitted, they will not be updated. pose and notes may be set to null.
Images are added and removed through POST /api/v1/media and
DELETE /api/v1/media/{media-id}, not here.
{
"data": { /* tracker progress photo resource */ }
}
| Status | Error Type | Reference |
|---|---|---|
| 422 | Validation Error | Validation error |
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden | Permission error |
| 404 | Not Found | Not found error |