Partially expanded api specification link verbosity

pull/2505/head
Alexander Bach 10 years ago
parent ec10b80641
commit 38c598bc5e
  1. 30
      doc/apiv3-documentation.apib

@ -599,9 +599,18 @@ Updates an activity's comment and, on success, returns the updated activity.
"elements": [
{
"_links": {
"self": { "href": "/api/v3/categories/10" },
"project": { "href": "/api/v3/projects/11" },
"defaultAssignee": { "href": "/api/v3/users/42" }
"self": {
"href": "/api/v3/categories/10",
"title": "Category with assignee"
},
"project": {
"href": "/api/v3/projects/11",
"title": "Example project"
},
"defaultAssignee": {
"href": "/api/v3/users/42",
"title": "John Sheppard"
}
},
"_type": "Category",
"id": 10,
@ -654,9 +663,18 @@ Updates an activity's comment and, on success, returns the updated activity.
{
"_links": {
"self": { "href": "/api/v3/categories/10" },
"project": { "href": "/api/v3/projects/11" },
"defaultAssignee": { "href": "/api/v3/users/42" }
"self": {
"href": "/api/v3/categories/10",
"title": "Category with assignee"
},
"project": {
"href": "/api/v3/projects/11",
"title": "Example project"
},
"defaultAssignee": {
"href": "/api/v3/users/42",
"title": "John Sheppard"
}
},
"_type": "Category",
"id": 10,

Loading…
Cancel
Save