|
|
|
@ -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, |
|
|
|
|