Update project
PUT
/api/v1
/projects/{projectId}
Updates a project with the provided data
path Parameters
projectIdstring · requiredID of the project to update
Request Body
namestringExample: Updated Project NamedescriptionstringExample: Updated project descriptionisPublicbooleanExample: truestatusstring · enumEnum values:ACTIVEARCHIVEDDELETEDExample: ACTIVE
Responses
Project updated successfully
successbooleanExample: truemessagestringExample: Operation completed successfully
List todos for project
GET
/api/v1
/projects/{projectId}/todos
Returns a list of todos for a specific project
path Parameters
projectIdstring · requiredID of the project
Responses
Successful operation
idstringExample: todo-123projectIdstringExample: project-123statusstring · enumEnum values:LISTENINGTHINKINGDONEFAILEDCANCELLEDSCHEDULEDExample: LISTENINGcontentstringExample: Task descriptioncreatedAtinteger · int64Example: 1625097600000lastActivityAtinteger · int64Example: 1625097600000scheduledTimestampinteger · int64Example: 1625097600000