v1

latestSwagger 2.0MIT2026-07-1710412.6 KB

Post key result progression.

post/keyres/{id}

Path parameters

idstring required

Key res Id

Headers

okr-team-secretstring

Identify yourself with the secret you chose in your Team's settings

Request body

progressnumber
commentstring

Example request

{
  "progress": 123,
  "comment": "A fine measurement"
}

Response

A successful response

string required

Example response

"Updated Key result (${id}) with progress: ${progress}"