From f06bc83106b3a0bcbc21d11b0604d3ef2690c6be Mon Sep 17 00:00:00 2001 From: Rabbit Whiskers Date: Sat, 29 Sep 2012 14:01:33 -0700 Subject: [PATCH] Clarify that Status posts can't be empty As per @titanous at #69, the `text` and `location` fields of a Status post are optional but at least one of them must be present. --- content/docs/post-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/post-types.md b/content/docs/post-types.md index 7412ddd..9267748 100644 --- a/content/docs/post-types.md +++ b/content/docs/post-types.md @@ -39,7 +39,7 @@ type (ex: `/v0.1.0`). `https://tent.io/types/post/status/v0.1.0` -**Status** is Tent's take on microblogging. Messages are 256 characters or less and have the option to add a location for the post as well. +**Status** is Tent's take on microblogging. Messages are 256 characters or less and have the option to add a location for the post as well. The `text` and `location` fields are optional, but at least one of them must be present. {post_status schema}