Skip to content

Commit

Permalink
[api] add missing docu for comment api
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 10, 2014
1 parent e71d69a commit 87af103
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/api/api/api.txt
Expand Up @@ -952,6 +952,25 @@ XmlBody: attribute_meta_data
XmlResult: status


== Comments api

GET /comments/request/:id
GET /comments/project/:name
GET /comments/package/:project/:pname

Get all comments for the object

XmlResult: directory

POST /comments/request/:id
POST /comments/project/:name
POST /comments/package/:project/:pname

Create a comment for the object

XmlResult: status


== Build Results

<build>: Build repository
Expand Down

0 comments on commit 87af103

Please sign in to comment.