Support
Contact sales
Start free trial
Search...
/
Getting started
Overview
Authentication
Querying with OData
Work Breakdown Structure
Software Development Kits
API Patch Notes
FAQ
Terms of use
Older APIs
API v3
API Reference
API Key
Changeset
Dashboard
Discussion
File
Holiday
Home File
Integration
Integration Category
Integration Provider
License
Me
Notification
Npt Files
Project
Project Charge Code
Project Customer
Project Field
Project File
Project Folder
Project Members
Project Priority
Project Status
Project Template
Project Version
Resource
Resource Skill
Resource Team
Risk
Tag
Task
Task Assignee
Task Field
Task File
Task Metadata
Task Status
Task Tag
Task Todo
GET
Get todos for a task
POST
Create a todo for a task
PUT
Update a todo
DEL
Delete a todo
Teams
Timesheet
User Role
Work Space
Support
Contact sales
Start free trial
API Reference
Task Todo
Update a todo
PUT
https://api.projectmanager.com
/
api
/
data
/
tasks
/
todos
/
:todoId
Update a todo for a task
Path parameters
todoId
string
Required
the id of the task
Headers
x-integration-name
string
Optional
The name of the calling system passed along as a header parameter
Request
This endpoint expects an object.
text
string
Optional
The full description of this TaskTodo.
complete
boolean
Optional
True if this TaskTodo is complete.
Response
Success
error
object
Optional
If the API call failed, this will contain information about the error that occurred.
Show 4 properties
success
boolean
Optional
True if the API call succeeded; false otherwise.
hasError
boolean
Optional
True if the API call failed.
statusCode
enum
Optional
The HTTP code of the response.
Show 61 enum values
data
object
Optional
A TaskTodo is a sub-task that represents a unit of work on the Task. You can use TaskTodo to represent individual items for a larger piece of work.
Show 5 properties
Delete a todo
Up Next
Built with