Skip to main content

Update Action Plan Feedback

PATCH 

/apm/api/v1/action-plan/:action-plan-id/feedback

Update action plan feedback. You must have ActionPlanOverview_READ permission to access this endpoint. Rate Limit 5/sec

Request

Path Parameters

    action-plan-id stringrequired

    action plan id

    Example: action plan id

Header Parameters

    x-redlock-auth stringrequired

    Authorize using Authentication token

    Example: jwt token

Body

    thumbsUpDown string

    Possible values: [up, down, none]

    thumbsDownDescription string
    thumbsDownReasons ThumbsDownReason (string)[]

Responses

OK

Schema
    name string
    id string
    status string
    alertCount int64
    assetCount int64
    findingTypes string[]
    impactfulAssetId string
    impactfulAssetType int64
    criticality string
    primaryAssetStatus string
    summary string
    assignee string
    thumbsUpDown string

    Possible values: [down, up, none]

    thumbsDownReasons ThumbsDownReason (string)[]
    thumbsDownDescription string
    countByPolicyType object[]
  • Array [
  • policyType string
    count int64
  • ]
  • countByPolicyCategory object[]
  • Array [
  • policyCategory string
    count int64
  • ]
  • createdAtTs int64
    feedbackLastUpdatedTs int64
    lastUpdatedTs int64
    lastUpdatedBy string
Loading...