---
title: "PUT /time_location_features/{id}/"
method: PUT
path: "/time_location_features/{id}/"
tags: ["time_location_features"]
---

# PUT /time_location_features/{id}/

`PUT /time_location_features/{id}/`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `format` 'json' | 'xlsx'

## Request body

- TimeLocationFeature — A subclass of ModelSerializer that outputs geojson-ready data as features and feature collections
  - `model` string, required
  - `id` string, uuid, required
  - `source` string, required
  - `user` string, uri, required
  - `time` string, date-time, required
  - `state` 'unknown' | 'stopped' | 'moving'
  - `heading` integer, nullable
  - `speed` integer, nullable
  - `altitude` integer, nullable
  - `accuracy` integer, nullable
  - `battery_level` string, decimal, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `location` Location, required
    - `type` 'Point', required
    - `coordinates` number[], required

## Response `200`

---

[API](https://skmtc.net/oeklo/apis/gsmtasks-project-api.md) · [All operations](https://skmtc.net/oeklo/apis/gsmtasks-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oeklo/gsmtasks-project-api/revisions/2557a8fec764/schema)
