File: task2_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 (10 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
POST https://www.googleapis.com/tasks/v1/lists/MockAccount/tasks?prettyPrint=false
Content-Type: application/json

{
  "due": "2017-01-23T00:00:00.000Z",
  "title": "A Task",
  "kind": "tasks#task", 
  "notes": "",
  "status": "needsAction"
}