From 9195b17ea400c2dd4abfa0651c844333ec3aa727 Mon Sep 17 00:00:00 2001 From: hugocasa Date: Wed, 16 Sep 2026 17:27:50 +0200 Subject: [PATCH] docs(openapi): document the onboarding profile's survey key Co-Authored-By: Claude Opus 5 --- backend/windmill-api/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 2cb8a0e831..780aac3f1b 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -6684,7 +6684,7 @@ paths: type: string profile: type: object - description: free-form context from the invite, every key optional. The frontend reads `touch_point` (answers onboarding's source question), `company` and `workspace_name` (prefill the first workspace's name), `hub_projects` (slugs surfaced first on an empty workspace), `tools` (integrations, used to pick hub projects when none are named) and `starter_prompts` (`[{label, prompt}]`, replacing the home page's example prompts); unknown keys are kept and ignored + description: free-form context from the invite, every key optional. The frontend reads `touch_point` (answers onboarding's source question), `survey` (`ask` still asks the use case when `touch_point` is known; absent or `skip` skips both questions), `company` and `workspace_name` (prefill the first workspace's name), `hub_projects` (slugs surfaced first on an empty workspace), `tools` (integrations, used to pick hub projects when none are named) and `starter_prompts` (`[{label, prompt}]`, replacing the home page's example prompts); unknown keys are kept and ignored responses: "200": description: profile recorded