Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added notes about maximum message content length in REST and Push APIs. #7

Merged
merged 1 commit into from
Apr 10, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Chat.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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