# Update Task **PUT /api/v1.0/tasks/{task_id}** This endpoint update the task details. ## Servers - https://openapi.niftypm.com: https://openapi.niftypm.com () ## Authentication methods - Bearer ## Parameters #### Path parameters - **task_id** (string) Enter task id ## Body parameters Content-type: application/json - **name** (string) Name - **order** (number) Order - **description** (string) Description - **archived** (boolean) Archived - **completed** (boolean) Completed - **personal** (boolean) Personal - **due_date** (string) Due Date - **start_date** (string) Start Date - **reminder** (string) Reminder - **task_group_id** (string) Task Group ID - **task_id** (string) Task ID - **milestone_id** (string) Milestone ID - **dependency** (string) Dependency - **story_points** (number) Story Point - **meeting_ids** (array[string]) List of Meeting ID - **assignees** (array[string]) List of Assignee - **labels** (array[string]) List of labels - **embed_url** (string) Embed URL - **banner** (string) Banner ## Responses ### 200: Success Response #### Body Parameters: application/json (object) - **message** (string) Success message ### 401: The client request has not been completed because it lacks valid authentication credentials for the requested resource. ### 403: The client does not have access rights to the content. ### 405: The request method is known by the server but is not supported by the target resource. [Powered by Bump.sh](https://bump.sh)