> 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-self-service-center-template.md).

# updateSelfServiceCenterTemplate

### Arguments

| Argument                                                                                                                         | Description                                    |
| -------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| input ([UpdateSelfServiceCenterTemplateInput](/graphql-api/api-reference/objects/update-self-service-center-template-input.md)!) | Parameters for UpdateSelfServiceCenterTemplate |

### UpdateSelfServiceCenterTemplateInput Arguments

| Argument                                                                   | Description                                                      |
| -------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| templateFileName ([String](/graphql-api/api-reference/objects/string.md)!) | The file name of the template to update (e.g. dashboard.liquid). |
| body ([String](/graphql-api/api-reference/objects/string.md)!)             | The Liquid template body content.                                |
| title ([String](/graphql-api/api-reference/objects/string.md))             | An optional human-readable title for this version.               |

### Return fields

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

#### selfServiceCenterTemplate ([SelfServiceCenterTemplate](/graphql-api/api-reference/objects/self-service-center-template.md))

#### selfServiceCenterTemplateVersion ([SelfServiceCenterTemplateVersion](/graphql-api/api-reference/objects/self-service-center-template-version.md))
