Updated Activities spec

pull/1972/head
Marek Takac 10 years ago
parent 5bc3d470e9
commit 470f681bfd
  1. 4
      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 | | ["<strong>Priority changed from High to Low</strong>"] | 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": [
"<strong>Lorem ipsum dolor sit amet.</strong>"
],
"comment": "Lorem ipsum dolor sit amet.",
"createdAt": "2014-05-21T08:51:20Z",
"version": 31

Loading…
Cancel
Save