> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Report Priority

Update the priority of a report.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                 |
  | --------- | --------------------------------------------------------------------------- |
  | Priority  | The updated priority of the report.                                         |
  | Report ID | The ID of the report. Can be obtained via the `Get Program Reports` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": 1234567,
	"company": null,
	"type": "priority-update",
	"points": 0,
	"private": true,
	"canceled": false,
	"cvss_bonus": null,
	"status": null,
	"old_status": null,
	"message": null,
	"message_html": null,
	"old_bug_type": null,
	"new_bug_type": null,
	"old_cvss": null,
	"new_cvss": null,
	"priority": {
		"name": "P1",
		"slug": "p1",
		"level": 1,
		"color": "#ff2424"
	},
	"old_tags": [],
	"new_tags": [],
	"reward_failed": null,
	"reward_type": null,
	"bounty_reward_amount": null,
	"user_rewarded": null,
	"author": {
		"username": "test",
		"slug": "test",
		"kyc_status": "U",
		"hunter_profile": {
			"public": false
		},
		"avatar": {
			"name": null,
			"original_name": null,
			"mime_type": null,
			"size": null,
			"url": "https://cdn-yeswehack.com/user/avatar/default_image"
		}
	},
	"collaborator": null,
	"marked_as": null,
	"fix_verified": null,
	"old_details": null,
	"new_details": null,
	"old_patch_status": null,
	"new_patch_status": null,
	"old_tracking_status": null,
	"new_tracking_status": null,
	"tracker_name": null,
	"tracker_id": null,
	"tracker_url": null,
	"tracker_token": null,
	"old_title": null,
	"new_title": null,
	"source_url": null,
	"claim_email": null,
	"claim_status": null,
	"source": null,
	"created_at": "2023-04-27T14:13:21+02:00",
	"duplicate_of": null,
	"rights": [
		"view",
		"view_reward",
		"view_author"
	],
	"attachments": [],
	"assignment": null
}
```

## Workflow Library Example

[Update Report Priority with Yeswehack and Send Results Via Email](https://library.blinkops.com/workflows/update-report-priority-with-yeswehack-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-report-priority-with-yeswehack-and-send-results-via-email/canvas" />
</div>
