add missing properties to examples

[ci skip]
pull/2271/head
Jan Sandbrink 10 years ago
parent f3cc7183e8
commit fd197509ca
  1. 25
      doc/apiv3-documentation.apib

@ -1708,9 +1708,12 @@ but are also limited to the projects that the current user is allowed to see.
"_type": "Type",
"id": 1,
"name": "Bug",
"color": "#ff0000",
"position": 1,
"isDefault": true,
"isMilestone": false
"isMilestone": false,
"createdAt": "2014-05-21T08:51:20Z",
"updatedAt": "2014-05-21T08:51:20Z"
},
{
"_links":
@ -1723,9 +1726,12 @@ but are also limited to the projects that the current user is allowed to see.
"_type": "Type",
"id": 2,
"name": "Feature",
"color": "#888",
"position": 2,
"isDefault": false,
"isMilestone": false
"isMilestone": false,
"createdAt": "2014-05-21T08:51:20Z",
"updatedAt": "2014-05-21T08:51:20Z"
}
]
}
@ -1777,9 +1783,12 @@ but are also limited to the projects that the current user is allowed to see.
"_type": "Type",
"id": 1,
"name": "Bug",
"color": "#ff0000",
"position": 1,
"isDefault": true,
"isMilestone": false
"isMilestone": false,
"createdAt": "2014-05-21T08:51:20Z",
"updatedAt": "2014-05-21T08:51:20Z"
},
{
"_links":
@ -1792,9 +1801,12 @@ but are also limited to the projects that the current user is allowed to see.
"_type": "Type",
"id": 2,
"name": "Feature",
"color": "#888",
"position": 2,
"isDefault": false,
"isMilestone": false
"isMilestone": false,
"createdAt": "2014-05-21T08:51:20Z",
"updatedAt": "2014-05-21T08:51:20Z"
}
]
}
@ -1845,9 +1857,12 @@ This endpoint lists the types that are *available* in a given project.
"_type": "Type",
"id": 1,
"name": "Bug",
"color": "#ff0000",
"position": 1,
"isDefault": true,
"isMilestone": false
"isMilestone": false,
"createdAt": "2014-05-21T08:51:20Z",
"updatedAt": "2014-05-21T08:51:20Z"
}
## View Type [GET]

Loading…
Cancel
Save