201 Created
You will get back an HTTP 201 status code if the specified blog was successfully created.
comp for keyword blog, hidden for hidden blog or uber. When this value is set to comp, the Tags argument must be supplied as well.
[ "first tag", "second tag", ... ]).JSON
Responses are single-member objects which have a property name based on the type of result.
The Success result will look like:
{ 'Success' : string}
Where the string is the system assigned unique identifier for the newly created blog.
The Error result will be a flat array of objects, which have keys for the message name and explanatory text.
{
'Error' : [
{ 'Name' : string, 'Message' : string },
{ 'Name' : string, 'Message' : string },
...
]
}