> ## 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 Organization Project

Updates one project of the organization by project ID.

## Basic Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                                                                                                                                                |
  | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Business Criticality | Possible values:<br />\* low<br />\* medium<br />\* high<br />\* critical.                                                                                                                                 |
  | Environment          | A comma-separated list of environments. Possible values:<br />\* frontend<br />\* backend<br />\* internal<br />\* external<br />\* mobile<br />\* saas<br />\* onprem<br />\* hosted<br />\* distributed. |
  | Lifecycle            | Possible values:<br />  \* production<br />  \* development<br />  \* sandbox.                                                                                                                             |
  | Organization ID      | The ID of the Org the project belongs to.                                                                                                                                                                  |
  | Owner ID             | The public ID of the user that owns the project.                                                                                                                                                           |
  | Project ID           | The ID of the project to patch.                                                                                                                                                                            |
  | Tags                 | -                                                                                                                                                                                                          |
  | Test Frequency       | Test frequency of a project. Also controls when automated PRs may be created.                                                                                                                              |
  | User ID              | The ID of user initiating the action.                                                                                                                                                                      |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description           |
  | --------- | --------------------- |
  | Expand    | Expand relationships. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"attributes": {
			"build_args": {
				"root_workspace": "string"
			},
			"business_criticality": [
				"medium"
			],
			"created": "2021-05-29T09:50:54.014Z",
			"environment": [
				"external",
				"hosted"
			],
			"lifecycle": [
				"production"
			],
			"name": "snyk/goof",
			"origin": "github",
			"settings": {
				"auto_dependency_upgrade": {
					"ignored_dependencies": [
						"typescript"
					],
					"is_enabled": true,
					"is_inherited": true,
					"is_major_upgrade_enabled": true,
					"limit": 10,
					"minimum_age": 365
				},
				"auto_remediation_prs": {
					"is_backlog_prs_enabled": true,
					"is_fresh_prs_enabled": true,
					"is_patch_remediation_enabled": true
				},
				"manual_remediation_prs": {
					"is_patch_remediation_enabled": true
				},
				"pull_request_assignment": {
					"assignees": [
						"my-github-username"
					],
					"is_enabled": true,
					"type": "auto"
				},
				"pull_requests": {
					"fail_only_for_issues_with_fix": true,
					"policy": "all",
					"severity_threshold": "high"
				},
				"recurring_tests": {
					"frequency": "daily"
				}
			},
			"status": "active",
			"tags": [
				{
					"key": "tag-key",
					"value": "tag-value"
				}
			],
			"target_file": "package.json",
			"target_reference": "main",
			"target_runtime": "string",
			"type": "maven"
		},
		"id": "331ede0a-de94-456f-b788-166caeca58bf",
		"links": {
			"first": "https://example.com/api/resource",
			"last": "https://example.com/api/resource",
			"next": "https://example.com/api/resource",
			"prev": "https://example.com/api/resource",
			"related": "https://example.com/api/resource",
			"self": "https://example.com/api/resource"
		},
		"meta": {
			"cli_monitored_at": "2021-05-29T09:50:54.014Z"
		},
		"relationships": {
			"importer": {
				"data": {
					"id": "4a72d1db-b465-4764-99e1-ecedad03b06a",
					"type": "resource"
				},
				"links": {
					"related": {
						"href": "https://example.com/api/resource/4a72d1db-b465-4764-99e1-ecedad03b06a"
					}
				}
			},
			"organization": {
				"data": {
					"id": "4a72d1db-b465-4764-99e1-ecedad03b06a",
					"type": "resource"
				},
				"links": {
					"related": {
						"href": "https://example.com/api/resource/4a72d1db-b465-4764-99e1-ecedad03b06a"
					}
				}
			},
			"owner": {
				"data": {
					"id": "4a72d1db-b465-4764-99e1-ecedad03b06a",
					"type": "resource"
				},
				"links": {
					"related": {
						"href": "https://example.com/api/resource/4a72d1db-b465-4764-99e1-ecedad03b06a"
					}
				}
			},
			"target": {
				"data": {
					"id": "4a72d1db-b465-4764-99e1-ecedad03b06a",
					"type": "resource"
				},
				"links": {
					"related": {
						"href": "https://example.com/api/resource/4a72d1db-b465-4764-99e1-ecedad03b06a"
					}
				}
			}
		},
		"type": "project"
	},
	"jsonapi": {
		"version": "1.0"
	},
	"links": {
		"first": "https://example.com/api/resource",
		"last": "https://example.com/api/resource",
		"next": "https://example.com/api/resource",
		"prev": "https://example.com/api/resource",
		"related": "https://example.com/api/resource",
		"self": "https://example.com/api/resource"
	}
}
```

## Workflow Library Example

[Update Organization Project with Snyk and Send Results Via Email](https://library.blinkops.com/workflows/update-organization-project-with-snyk-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-organization-project-with-snyk-and-send-results-via-email/canvas" />
</div>
