HTTP/1.1 201 Created
Accept-Ranges: bytes
Cache-Control: max-age=0, private, must-revalidate
Content-Type: application/json; charset=utf-8
Location: http://mock.localhost/topics/1
Status: 201 Created
Vary: X-AppVersion
X-AppVersion: 781247eace915fac36f43a20c87f25019542d2d5.0
X-Frame-Options: SAMEORIGIN
X-Rate-Limit-Limit: 60
X-Rate-Limit-Remaining: 59
X-Rate-Limit-Reset: 53
Content-Length: 582
Connection: keep-alive

{
    "name": "Social Media",
    "description": null,
    "position": 1,
    "allow_questions": true,
    "in_support_center": true,
    "created_at": "2013-07-26T19:47:51Z",
    "updated_at": "2013-07-26T19:47:51Z",
    "_links": {
        "self": {
            "href": "/api/v2/topics/1",
            "class": "topic"
        },
        "articles": {
            "href": "/api/v2/topics/1/articles",
            "class": "article"
        },
        "translations": {
            "href": "/api/v2/topics/1/translations",
            "class": "topic_translation"
        }
    }
}
