File: task1_create_request.txt

package info (click to toggle)
libkgapi 25.08.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,408 kB
  • sloc: cpp: 37,386; ansic: 977; python: 671; xml: 58; makefile: 16; sh: 1
file content (11 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
POST https://www.googleapis.com/tasks/v1/lists/MockAccount/tasks?prettyPrint=false
Content-Type: application/json

{
  "completed": "2016-03-22T19:52:34.000Z", 
  "due": "2016-03-23T00:00:00.000Z",
  "kind": "tasks#task", 
  "notes": "This task has been completed", 
  "status": "completed", 
  "title": "Test Task"
}