Skip to content

Add "image" field to JSON payload for message creation #19

@ebramanti

Description

@ebramanti

We need to add an image attribute in addition to content and circles. Users can pass in a direct link to an image, and it is the client's job to render this image and provide upload services.

Example:

{
    "content": "A text message",
    "circles": [],
    "image": "http://i.imgur.com/...[.jpg | .png | etc.]"
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions