feat: added GET /lists, POST /list/items/{id} and GET /list/{id}
This commit is contained in:
@@ -25,3 +25,7 @@ type UpdateListItemPayload struct {
|
||||
Title string `json:"title"`
|
||||
IsCompleted bool `json:"is_completed"`
|
||||
}
|
||||
|
||||
type SetListItemCompletedPayload struct {
|
||||
IsCompleted bool `json:"is_completed"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user