clickup · Schema

UpdateKeyResultRequest

Request body for updating an existing Key Result.

Properties

Name Type Description
steps_current number The current progress value.
note string A note to add with the update.
View JSON Schema on GitHub

JSON Schema

clickup-updatekeyresultrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateKeyResultRequest",
  "title": "UpdateKeyResultRequest",
  "type": "object",
  "description": "Request body for updating an existing Key Result.",
  "properties": {
    "steps_current": {
      "type": "number",
      "description": "The current progress value."
    },
    "note": {
      "type": "string",
      "description": "A note to add with the update."
    }
  }
}