> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/mutations/update-project.md).

# updateProject

Updates metadata stored on the current project.

### Arguments

| Argument                                                                                  | Description                  |
| ----------------------------------------------------------------------------------------- | ---------------------------- |
| input ([UpdateProjectInput](/graphql-api/api-reference/objects/update-project-input.md)!) | Parameters for UpdateProject |

### UpdateProjectInput Arguments

| Argument                                                      | Description                                                                         |
| ------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| metadata ([JSON](/graphql-api/api-reference/objects/json.md)) | Metadata that can be used by developers to store additional information on objects. |

### Return fields

#### errors (\[[ModelValidationError](/graphql-api/api-reference/objects/model-validation-error.md)!]!)

#### project ([Project](/graphql-api/api-reference/objects/project.md))
