Skip to content

admin create_collection.json

Timothy Duffy edited this page Mar 8, 2015 · 1 revision

###admin/create_collection.json###

All admin api's require a token to be passed in. See get_access_token.json for more information.

admin/create_collection.json?token=238236fa-0e1a-499c-8051-c46e2f416387

This is a HTTP POST end point, and includes the following fields:

name
    The name of the collection.

description
    A brief description of the collection.

tags
    This is a comma separated list of tags that describe, or are pertinent to the story.

A valid response looks like this:

{
    "collection_id": 3,
    "success": true
}
Clone this wiki locally