diff --git a/apiary.apib b/apiary.apib
index e7f7c0076a..e3f09f26aa 100644
--- a/apiary.apib
+++ b/apiary.apib
@@ -173,6 +173,7 @@ This allows you to see exactly what went wrong and inform the user.
| version | Activity version | Integer | Must be a positive integer | 31 | READ |
| comment | | String | | Lorem ipsum. | READ / WRITE |
| details | | Array | | ["Priority changed from High to Low"] | READ |
+| htmlDetails | | Array | | ["Priority changed from High to Low"] | READ |
| createdAt | | Timestamp | Returned in ISO 8601 format - YYYY-MM-DDTHH:MM:SSZ | | READ |
Activity can be either _type Activity or _type Activity::Comment.
@@ -202,6 +203,9 @@ Activity can be either _type Activity or _type Activity::Comment.
"details": [
"Lorem ipsum dolor sit amet."
],
+ "htmlDetails": [
+ "Lorem ipsum dolor sit amet."
+ ],
"comment": "Lorem ipsum dolor sit amet.",
"createdAt": "2014-05-21T08:51:20Z",
"version": 31