Skip to main content

Update entry

PATCH 

/entries/:id

Update entry

Request

Path Parameters

    id uuidrequired

    Resource UUID.

Body

required

    assignedToIdstring | nullnullable
    releaseIdstring | nullnullable
    typestring

    Possible values: [feature_request, bug_report, feedback, validation, documentation, platform_infrastructure, ci_cd, security]

    titlestring
    descriptionstring
    prioritystring

    Possible values: [low, medium, high, critical]

    statusstring

    Possible values: [open, assigned, in_progress, deployed, solved]

    webLinkstring | nullnullable
    stepsToReproducestring | nullnullable
    expectedBehaviorstring | nullnullable
    actualBehaviorstring | nullnullable
    environmentstring | nullnullable
    useCasestring | nullnullable
    proposedSolutionstring | nullnullable
    approvalStatusstring | nullnullable

    Possible values: [pending, approved, rejected]

    lowCoststring | nullnullable
    mediumCoststring | nullnullable
    highCoststring | nullnullable
    committedCoststring | nullnullable
    committedPositionstring | nullnullable
    costSourcestring | nullnullable
    costApprovalStatusstring | nullnullable

    Possible values: [draft, pending_admin, pending_manager, pending_client, approved, rejected]

    costOverrideReasonstring | nullnullable

    typeMetadata

    object

    anyOf

    string

OK

Schema

    iduuidrequired
    Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6
    projectIduuidrequired
    Example: 7b1e2c3d-0000-0000-0000-000000000001
    entryNumberinteger | nullnullablerequired
    Example: 42
    typestringrequired

    Possible values: [feature_request, bug_report, feedback, validation, documentation, platform_infrastructure, ci_cd, security]

    Example: bug_report
    titlestringrequired
    Example: Login button unresponsive on mobile Safari
    descriptionstringrequired
    Example: Steps to reproduce: 1. Open Safari on iOS...
    statusstringrequired

    Possible values: [open, assigned, in_progress, deployed, solved]

    Example: open
    prioritystringrequired

    Possible values: [low, medium, high, critical]

    Example: high
    assignedToIduuidnullablerequired
    Example: null
    releaseIduuidnullablerequired
    Example: null

    typeMetadata

    object,null

    required

    Per-type conditional metadata keyed by entry type.

    property name*anynullable

    Per-type conditional metadata keyed by entry type.

    createdAtdate-timerequired
    Example: 2025-01-01T00:00:00Z
    updatedAtdate-timerequired
    Example: 2025-01-15T10:30:00Z