Skip to content

Commit

Permalink
Merge pull request #986 from slavo/master
Browse files Browse the repository at this point in the history
Fixed errors in documentation for tag creation API
#987
  • Loading branch information
jmathai committed Oct 5, 2012
2 parents 7e16baa + 9687c57 commit 65c74d7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions documentation/api/PostTagCreate.markdown
Expand Up @@ -62,20 +62,16 @@ _Authentication: required_
The response is in a standard [response envelope](http://theopenphotoproject.org/documentation/api/Envelope).

* _message_, A string describing the result. Don't use this for anything but reading.
* _code_, _200_ on success
* _result_, A [Tag][Tag] object or FALSE on error
* _code_, _201_ on success
* _result_, Boolean

<a name="sample"></a>
#### Sample

{
"message":"",
"code":200,
"result":
{
"id": "mountain",
"count": 1
}
"code":201,
"result": true
}


Expand Down

0 comments on commit 65c74d7

Please sign in to comment.