Skip to content

Commit

Permalink
APIDoc-Annotations auf Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
areanet committed Jul 24, 2018
1 parent 1c40e73 commit ee98482
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions appcms/areanet/PIM/Controller/ApiController.php
Expand Up @@ -46,7 +46,7 @@ class ApiController extends BaseController
);

/**
* @apiVersion 1.4
* @apiVersion 1.4.0
* @api {post} /api/all all
* @apiName All
* @apiGroup Objekte
Expand Down Expand Up @@ -109,7 +109,7 @@ public function allAction(Request $request)
}

/**
* @apiVersion 1.4
* @apiVersion 1.4.0
* @api {get} /api/config config
* @apiName Config
* @apiGroup Settings
Expand Down Expand Up @@ -139,7 +139,7 @@ public function configAction()
}

/**
* @apiVersion 1.4
* @apiVersion 1.4.0
* @api {post} /api/count count
* @apiName Count
* @apiGroup Objekte
Expand Down Expand Up @@ -174,7 +174,7 @@ public function countAction(Request $request, Application $app){
}

/**
* @apiVersion 1.4
* @apiVersion 1.4.0
* @api {post} /api/delete delete
* @apiName Delete
* @apiDescription API-Endpoint zum Löschen eines Objektes einer Entität.
Expand Down Expand Up @@ -220,7 +220,7 @@ public function deleteAction(Request $request, Application $app)


/**
* @apiVersion 1.4
* @apiVersion 1.4.0
* @api {post} /api/insert insert
* @apiName Insert
* @apiDescription API-Endpoint zum Hinzufügen eines neues Objektes einer Entität.
Expand Down Expand Up @@ -294,7 +294,7 @@ public function insertAction(Request $request, Application $app)
}

/**
* @apiVersion 1.4
* @apiVersion 1.4.0
* @api {post} /api/list list
* @apiName List
* @apiDescription API-Endpoint zum Abruf von Objekten einer Entität.
Expand Down Expand Up @@ -444,7 +444,7 @@ public function multiupdateAction(Request $request, Application $app)
}

/**
* @apiVersion 1.4
* @apiVersion 1.4.0
* @api {post} /api/update update
* @apiName Update
* @apiGroup Objekte
Expand Down Expand Up @@ -522,7 +522,7 @@ protected function renderResponse(Array $data, $status = 200){
}

/**
* @apiVersion 1.4
* @apiVersion 1.4.0
* @api {post} /api/replace replace
* @apiName Replace
* @apiGroup Objekte
Expand Down Expand Up @@ -586,7 +586,7 @@ public function replaceAction(Request $request, Application $app)
}

/**
* @apiVersion 1.4
* @apiVersion 1.4.0
* @api {get} /api/schema schema
* @apiName Schema
* @apiGroup Settings
Expand Down Expand Up @@ -615,7 +615,7 @@ public function schemaAction()
}

/**
* @apiVersion 1.4
* @apiVersion 1.4.0
* @api {post} /api/single single
* @apiName Single
* @apiDescription API-Endpoint zum Abruf eines einzelnen Objektes einer Entität.
Expand Down Expand Up @@ -668,7 +668,7 @@ public function singleAction(Request $request)
}

/**
* @apiVersion 1.4
* @apiVersion 1.4.0
* @api {post} /api/tree tree
* @apiName Baumansicht
* @apiDescription API-Endpoint, zum Abruf einer Baumstruktur.
Expand Down Expand Up @@ -718,7 +718,7 @@ public function treeAction(Request $request)
}

/**
* @apiVersion 1.4
* @apiVersion 1.4.0
* @api {post} /api/query query
* @apiDescription Erweiterter API-Endpoint, über den nahezu beliebige Abfragen auf die Datenbank/Entitäten gestellt werden können. Die Abfragesyntax basiert dabei auf dem DBAL-QueryBuilder (http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/query-builder.html) von Doctrine. Der JSON-Request (siehe Beispiele unten) wird im Contentfly CMS in eine analoge DBAL-Abfrage über den QueryBuilder umgewandelt.
*
Expand Down

0 comments on commit ee98482

Please sign in to comment.