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

# PATCH /time_location_features/{id}/

`PATCH /time_location_features/{id}/`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `format` 'json' | 'xlsx'

## Request body

- PatchedTimeLocationFeature — A subclass of ModelSerializer that outputs geojson-ready data as features and feature collections
  - `model` string
  - `id` string, uuid
  - `source` string
  - `user` string, uri
  - `time` string, date-time
  - `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
  - `updated_at` string, date-time
  - `location` Location
    - `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)
