@@ -12,7 +12,7 @@ Resources related to the tasks in the API.
12
12
13
13
### List All Tasks [GET ]
14
14
15
- + Response 200 (application/json)
15
+ + Response 200 (application/json; charset=utf-8 )
16
16
17
17
[
18
18
{
@@ -39,14 +39,14 @@ Resources related to the tasks in the API.
39
39
+ description: `Buy milk` (string ) - Task description
40
40
+ isDone: false (boolean , required ) - Done status
41
41
42
- + Request (application/json)
42
+ + Request (application/json; charset=utf - 8 )
43
43
44
44
{
45
45
"description": "Buy milk",
46
46
"isDone": false
47
47
}
48
48
49
- + Response 201 (application/json)
49
+ + Response 201 (application/json; charset=utf-8 )
50
50
51
51
{
52
52
" __v" : 0 ,
@@ -65,7 +65,7 @@ Resources related to the tasks in the API.
65
65
66
66
### View a Task [GET ]
67
67
68
- + Response 200 (application/json)
68
+ + Response 200 (application/json; charset=utf-8 )
69
69
70
70
{
71
71
" __v" : 0 ,
@@ -82,14 +82,14 @@ Resources related to the tasks in the API.
82
82
+ description: `Buy milk` (string ) - Task description
83
83
+ isDone: true (boolean , required ) - Done status
84
84
85
- + Request (application/json)
85
+ + Request (application/json; charset=utf - 8 )
86
86
87
87
{
88
88
"description": "Buy milk",
89
89
"isDone": true
90
90
}
91
91
92
- + Response 200 (application/json)
92
+ + Response 200 (application/json; charset=utf-8 )
93
93
94
94
{
95
95
" __v" : 0 ,
@@ -106,14 +106,14 @@ Resources related to the tasks in the API.
106
106
+ description: `Buy more milk` (string ) - Task description
107
107
+ isDone: true (boolean ) - Done status
108
108
109
- + Request (application/json)
109
+ + Request (application/json; charset=utf - 8 )
110
110
111
111
{
112
112
"description": "Buy more milk"
113
113
}
114
114
115
115
116
- + Response 200 (application/json)
116
+ + Response 200 (application/json; charset=utf-8 )
117
117
118
118
+ Attributes (Task)
119
119
0 commit comments