---
title: "Post KPI progression."
method: POST
path: "/kpi/{id}"
---

# Post KPI progression.

`POST /kpi/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `progress` number
  - `comment` string

## Response `200`

A successful response

- string

## Other responses

- `400` — A bad request
- `404` — Resource not found
- `500` — Something went wrong

## Changes

- **2023-08-11** `cf0e7791a87a` — 1 warning, 2 info
  - deleted the `header` request parameter `okr-team-secret`
  - the endpoint scheme security `apiKey AND apiClientId AND apiClientSecret` was added to the API
  - the endpoint scheme security `api_key` was removed from the API
- **2023-03-06** `d651c18ad7d7` — 3 info
  - the endpoint scheme security `api_key` was added to the API
  - the endpoint scheme security `apiKey AND apiClientId AND apiClientSecret` was removed from the API
  - added the new optional `header` request parameter `okr-team-secret`

[Change history](https://skmtc.dev/oslokommune/apis/okr-tracker-api/changes/kpi/:id/post.md)

---

[API](https://skmtc.dev/oslokommune/apis/okr-tracker-api.md) · [All operations](https://skmtc.dev/oslokommune/apis/okr-tracker-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oslokommune/okr-tracker-api/revisions/7c311e87bded/schema)
