summaryrefslogtreecommitdiffstats
path: root/api4/command.go
Commit message (Collapse)AuthorAgeFilesLines
* APIv4 DELETE /commands/{command_id} (#6012)Saturnino Abril2017-04-101-0/+38
|
* APIv4 PUT /commands/{command_id} (#5999)Saturnino Abril2017-04-071-0/+50
| | | | | | * APIv4 PUT /commands/{command_id} * update client parameter and api4 test
* implement GET /teams/{team_id}/commands/autocomplete (#5951)Carlos Tadeu Panato Junior2017-04-031-0/+22
|
* implement GET /commands (#5865)Carlos Tadeu Panato Junior2017-04-031-0/+47
|
* Use 201 status code where appropriate for APIv4 (#5903)Joram Wilander2017-03-311-0/+1
|
* implement POST /commands for apiv4 (#5849)Carlos Tadeu Panato Junior2017-03-231-0/+45