Skip to content

Commit

Permalink
Added notes about maximum message content length in REST and Push APIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
arttu committed Apr 10, 2012
1 parent 38aa722 commit 67a9984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Chat.md
Expand Up @@ -9,7 +9,7 @@ POST https://api.flowdock.com/v1/messages/chat/:flow_api_token
## Input

* `content`
Content of the message. Tags will be automatically parsed from the message content. Required.
Content of the message. Tags will be automatically parsed from the message content. Required. _Maximum length: 8096 characters._

* `external_user_name`
Name of the "user" sending the message. Required.
Expand Down
2 changes: 1 addition & 1 deletion docs/Messages.md
Expand Up @@ -45,7 +45,7 @@ The event parameter in the message data defines the type of message. More at [Me
#### Normal Chat message
Event: `message`

For chat messages, `content` is simply a string which represents the chat message's content. Additionally, tags are parsed from the message content.
For chat messages, `content` is simply a string which represents the chat message's content. Additionally, tags are parsed from the message content. _Maximum length of the content is 8096 characters._

#### Status Update
Event: `status`
Expand Down

0 comments on commit 67a9984

Please sign in to comment.