> ## 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.

# Promote File Version

Promote a specific version of a file.

If previous versions exist, this method can be used to
promote one of the older versions to the top of the version history.

This creates a new copy of the old version and puts it at the
top of the versions history. The file will have the exact same contents
as the older version, with the same hash digest, `etag`, and
name as the original.

Other properties such as comments do not get updated to their
former values.

Don't use this endpoint to restore Box Notes,
as it works with file formats such as PDF, DOC,
PPTX or similar.

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                   |
  | --------------- | --------------------------------------------- |
  | File ID         | The unique identifier that represents a file. |
  | File Version ID | The file version ID.                          |
</div>

## Example Output

```json theme={"dark"}
{
	"created_at": "2012-12-12T10:53:43-08:00",
	"id": "12345",
	"modified_at": "2012-12-12T10:53:43-08:00",
	"modified_by": {
		"id": "11446498",
		"login": "ceo@example.com",
		"name": "Aaron Levie",
		"type": "user"
	},
	"name": "tigers.jpeg",
	"purged_at": "2012-12-12T10:53:43-08:00",
	"restored_at": "2012-12-12T10:53:43-08:00",
	"restored_by": {
		"id": "11446498",
		"login": "ceo@example.com",
		"name": "Aaron Levie",
		"type": "user"
	},
	"sha1": "134b65991ed521fcfe4724b7d814ab8ded5185dc",
	"size": 629644,
	"trashed_at": "2012-12-12T10:53:43-08:00",
	"trashed_by": {
		"id": "11446498",
		"login": "ceo@example.com",
		"name": "Aaron Levie",
		"type": "user"
	},
	"type": "file_version",
	"uploader_display_name": "Ellis Wiggins"
}
```

## Workflow Library Example

[Promote File Version with Box and Send Results Via Email](https://library.blinkops.com/workflows/promote-file-version-with-box-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/promote-file-version-with-box-and-send-results-via-email/canvas" />
</div>
