# Update a welcome widget task for the given user **POST /api/v1/my/welcome-widget-tasks/{id}** Only available to Plannr's front-end. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **id** (string) The ID of the welcome widget task. ### Body: application/json (object) - **is_complete** (boolean) Denotes if a welcome widget item is complete. ## Responses ### 200 #### Body: application/json (object) - **id** (string) The ID of the welcome widget item. - **title** (string) The title of the welcome widget item. - **description** (string) The description of the welcome widget item. - **type** (string) The type of welcome widget item. Available values: video and document - **resource_url** (string) The URL of the resource depending on the type. - **is_complete** (boolean) Denotes if the welcome widget task has been completed by the authenticated user. [Powered by Bump.sh](https://bump.sh)