# Publish a fact-find template. **POST /api/v2/fact-find/templates/{factFindTemplate_uuid}/publish** Allowed even when the template is locked — publishing only flips a flag and never affects any in-flight or historical session. Pairs with `unpublish` so an adviser can retire a locked template (preventing new sessions from being created against it) and bring a clone forward as the active version. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **factFindTemplate_uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) - **created_at** (string) - **updated_at** (string) - **name** (string) - **description** (string) - **opening_statement** (string) - **closing_statement** (string) - **is_published** (boolean) - **is_locked** (boolean) - **active_session_count** (integer) - **sections** (object) [Powered by Bump.sh](https://bump.sh)