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

# publishSelfServiceCenterTemplateVersion

### Arguments

| Argument                                                                                                                                          | Description                                            |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| input ([PublishSelfServiceCenterTemplateVersionInput](/graphql-api/api-reference/objects/publish-self-service-center-template-version-input.md)!) | Parameters for PublishSelfServiceCenterTemplateVersion |

### PublishSelfServiceCenterTemplateVersionInput Arguments

| Argument                                                                   | Description                                                       |
| -------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| templateFileName ([String](/graphql-api/api-reference/objects/string.md)!) | The file name of the template to publish (e.g. dashboard.liquid). |
| versionNumber ([Int](/graphql-api/api-reference/objects/int.md)!)          | The saved version number to publish.                              |

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