Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #550 from kuzzleio/1.4.2-proposal
Browse files Browse the repository at this point in the history
Release 1.4.2
  • Loading branch information
benoitvidis committed Nov 7, 2018
2 parents 276664c + 2b8e7ce commit a50af8d
Show file tree
Hide file tree
Showing 235 changed files with 619 additions and 621 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kuzzleio-documentation",
"version": "1.4.1",
"version": "1.4.2",
"description": "Kuzzle Documentation",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/api-documentation/controller-admin/dump.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ title: dump

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/admin/_dump[?refresh=wait_for]`
</br><b>Method:</b> `POST`
<b>URL:</b> <code>http://kuzzle:7512/admin/_dump[?refresh=wait_for]</code>
<br><b>Method:</b> <code>POST</code>
</p>
</blockquote>

Expand Down
5 changes: 2 additions & 3 deletions src/api-documentation/controller-admin/reset-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ title: resetCache

<blockquote class="js">
<p>
<b>URL:</b> http://kuzzle:7512/admin/_resetCache?database=[internalCache|memoryStorage]
</br>
<b>Method:</b> POST
<b>URL:</b> <code>http://kuzzle:7512/admin/_resetCache?database=[internalCache|memoryStorage]</code>
<br><b>Method:</b> <code>POST</code>
</p>
</blockquote>

Expand Down
4 changes: 2 additions & 2 deletions src/api-documentation/controller-admin/reset-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ title: resetDatabase

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/admin/_resetDatabase`
</br><b>Method:</b> `POST`
<b>URL:</b> <code>http://kuzzle:7512/admin/_resetDatabase</code>
<br><b>Method:</b> <code>POST</code>
</p>
</blockquote>

Expand Down
4 changes: 2 additions & 2 deletions src/api-documentation/controller-admin/reset-kuzzle-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ title: resetKuzzleData

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/admin/_resetKuzzleData`
</br><b>Method:</b> `POST`
<b>URL:</b> <code>http://kuzzle:7512/admin/_resetKuzzleData</code>
<br><b>Method:</b> <code>POST</code>
</p>
</blockquote>

Expand Down
4 changes: 2 additions & 2 deletions src/api-documentation/controller-admin/reset-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ title: resetSecurity

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/admin/_resetSecurity`
</br><b>Method:</b> `POST`
<b>URL:</b> <code>http://kuzzle:7512/admin/_resetSecurity</code>
<br><b>Method:</b> <code>POST</code>
</p>
</blockquote>

Expand Down
4 changes: 2 additions & 2 deletions src/api-documentation/controller-admin/shutdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ title: shutdown

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/admin/_shutdown`
</br><b>Method:</b> `POST`
<b>URL:</b> <code>http://kuzzle:7512/admin/_shutdown</code>
<br><b>Method:</b> <code>POST</code>
</p>
</blockquote>

Expand Down
6 changes: 3 additions & 3 deletions src/api-documentation/controller-auth/check-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ title: checkToken

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/_checkToken`
</br><b>Method:</b> `POST`
**Body:**
<b>URL:</b> <code>http://kuzzle:7512/_checkToken</code>
<br> <b>Method:</b> <code>POST</code>
<br> <b>Body:</b>
</p>
</blockquote>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ title: createMyCredentials

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/credentials/<strategy>/_me/_create`
</br><b>Method:</b> `POST`
**Headers:** `Authorization: "Bearer <encrypted_jwt_token>"`
**Body**
<b>URL:</b> <code>http://kuzzle:7512/credentials/&lt;strategy&gt;/_me/_create</code>
<br><b>Method:</b> <code>POST</code>
<br><b>Headers:</b> <code>Authorization: "Bearer &lt;encrypted_jwt_token&gt;"</code>
<br><b>Body</b>
</p>
</blockquote>

Expand Down
6 changes: 3 additions & 3 deletions src/api-documentation/controller-auth/credentials-exists.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ title: credentialsExist

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/credentials/<strategy>/_me/_exists`
</br><b>Method:</b> `GET`
**Headers:** `Authorization: "Bearer <encrypted_jwt_token>"`
<b>URL:</b> <code>http://kuzzle:7512/credentials/&lt;strategy&gt;/_me/_exists</code>
<br><b>Method:</b> <code>GET</code>
<br><b>Headers:</b> <code>Authorization: "Bearer &lt;encrypted_jwt_token&gt;"</code>
</p>
</blockquote>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ title: deleteMyCredentials

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/credentials/<strategy>/_me`
</br><b>Method:</b> `DELETE`
**Headers:** `Authorization: "Bearer <encrypted_jwt_token>"`
<b>URL:</b> <code>http://kuzzle:7512/credentials/&lt;strategy&gt;/_me</code>
<br><b>Method:</b> <code>DELETE</code>
<br><b>Headers:</b> <code>Authorization: "Bearer &lt;encrypted_jwt_token&gt;"</code>
</p>
</blockquote>

Expand Down
6 changes: 3 additions & 3 deletions src/api-documentation/controller-auth/get-current-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ title: getCurrentUser

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/users/_me`
</br><b>Method:</b> `GET`
**Headers:** `Authorization: "Bearer <encrypted_jwt_token>"`
<b>URL:</b> <code>http://kuzzle:7512/users/_me</code>
<br><b>Method:</b> <code>GET</code>
<br><b>Headers:</b> <code>Authorization: "Bearer &lt;encrypted_jwt_token&gt;"</code>
</p>
</blockquote>

Expand Down
6 changes: 3 additions & 3 deletions src/api-documentation/controller-auth/get-my-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ title: getMyCredentials

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/credentials/<strategy>/_me`
</br><b>Method:</b> `GET`
**Headers:** `Authorization: "Bearer <encrypted_jwt_token>"`
<b>URL:</b> <code>http://kuzzle:7512/credentials/&lt;strategy&gt;/_me</code>
<br><b>Method:</b> <code>GET</code>
<br><b>Headers:</b> <code>Authorization: "Bearer &lt;encrypted_jwt_token&gt;"</code>
</p>
</blockquote>

Expand Down
6 changes: 3 additions & 3 deletions src/api-documentation/controller-auth/get-my-rights.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ title: getMyRights

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/users/_me/_rights`
</br><b>Method:</b> `GET`
**Headers:** `Authorization: "Bearer <encrypted_jwt_token>"`
<b>URL:</b> <code>http://kuzzle:7512/users/_me/_rights</code>
<br><b>Method:</b> <code>GET</code>
<br><b>Headers:</b> <code>Authorization: "Bearer &lt;encrypted_jwt_token&gt;"</code>
</p>
</blockquote>

Expand Down
4 changes: 2 additions & 2 deletions src/api-documentation/controller-auth/get-strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: getStrategies

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/strategies`
</br><b>Method:</b> `GET`
<b>URL:</b> <code>http://kuzzle:7512/strategies</code>
<br><b>Method:</b> <code>GET</code>
</p>
</blockquote>

Expand Down
6 changes: 3 additions & 3 deletions src/api-documentation/controller-auth/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ title: login

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/_login/<strategy>[?expiresIn=<expiresIn>]`
</br><b>Method:</b> `POST`
**Body:**
<b>URL:</b> <code>http://kuzzle:7512/_login/&lt;strategy&gt;[?expiresIn=&lt;expiresIn&gt;]</code>
<br><b>Method:</b> <code>POST</code>
<br><b>Body:</b>
</p>
</blockquote>

Expand Down
6 changes: 3 additions & 3 deletions src/api-documentation/controller-auth/logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ title: logout

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/_logout`
</br><b>Method:</b> `POST`
**Headers:** `Authorization: "Bearer <json_web_token>"`
<b>URL:</b> <code>http://kuzzle:7512/_logout</code>
<br><b>Method:</b> <code>POST</code>
<br><b>Headers:</b> <code>Authorization: "Bearer &lt;json_web_token&gt;"</code>
</p>
</blockquote>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ title: updateMyCredentials

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/credentials/<strategy>/_me/_update`
</br><b>Method:</b> `PUT`
**Headers:** `Authorization: "Bearer <encrypted_jwt_token>"`
**Body**
<b>URL:</b> <code>http://kuzzle:7512/credentials/&lt;strategy&gt;/_me/_update</code>
<br><b>Method:</b> <code>PUT</code>
<br><b>Headers:</b> <code>Authorization: "Bearer &lt;encrypted_jwt_token&gt;"</code>
<br><b>Body</b>
</p>
</blockquote>

Expand Down
8 changes: 4 additions & 4 deletions src/api-documentation/controller-auth/update-self.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ title: updateSelf

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/_updateSelf`
</br><b>Method:</b> `PUT`
**Headers:** `Authorization: "Bearer <encrypted_jwt_token>"`
**Body**
<b>URL:</b> <code>http://kuzzle:7512/_updateSelf</code>
<br><b>Method:</b> <code>PUT</code>
<br><b>Headers:</b> <code>Authorization: "Bearer &lt;encrypted_jwt_token&gt;"</code>
<br><b>Body</b>
</p>
</blockquote>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ title: validateMyCredentials

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/credentials/<strategy>/_me/_validate`
</br><b>Method:</b> `POST`
**Headers:** `Authorization: "Bearer <encrypted_jwt_token>"`
**Body**
<b>URL:</b> <code>http://kuzzle:7512/credentials/&lt;strategy&gt;/_me/_validate</code>
<br><b>Method:</b> <code>POST</code>
<br><b>Headers:</b> <code>Authorization: "Bearer &lt;encrypted_jwt_token&gt;"</code>
<br><b>Body</b>
</p>
</blockquote>

Expand Down
16 changes: 8 additions & 8 deletions src/api-documentation/controller-bulk/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ title: import

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/<index>/<collection>/_bulk`
</br><b>Method:</b> `POST`
**Body:**
<b>URL:</b> <code>http://kuzzle:7512/&lt;index&gt;/&lt;collection&gt;/_bulk</code>
<br><b>Method:</b> <code>POST</code>
<br><b>Body:</b>
</p>
</blockquote>

Expand Down Expand Up @@ -78,7 +78,7 @@ title: import
"requestId": "<unique request identifier>",
"result": {
// The list of executed queries, with their status
"hits": [
"items": [
{
"create": {
"_id": "<documentId>",
Expand Down Expand Up @@ -116,9 +116,9 @@ If a subset of the documents fail to save, the client will receive a <a href="{{

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/_bulk`
</br><b>Method:</b> `POST`
**Body:**
<b>URL:</b> <code>http://kuzzle:7512/_bulk</code>
<br><b>Method:</b> <code>POST</code>
<br><b>Body:</b>
</p>
</blockquote>

Expand Down Expand Up @@ -175,7 +175,7 @@ If a subset of the documents fail to save, the client will receive a <a href="{{
"requestId": "<unique request identifier>",
"result": {
// The list of executed queries, with their status
"hits": [
"items": [
{
"create": {
"_id": "<documentId>",
Expand Down
6 changes: 3 additions & 3 deletions src/api-documentation/controller-collection/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ title: create

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/<index>/<collection>`
</br><b>Method:</b> `PUT`
**Body:**
<b>URL:</b> <code>http://kuzzle:7512/&lt;index&gt;/&lt;collection&gt;</code>
<br><b>Method:</b> <code>PUT</code>
<br><b>Body:</b>
</p>
</blockquote>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: deleteSpecifications

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/<index>/<collection>/_specifications`
</br><b>Method:</b> `DELETE`
<b>URL:</b> <code>http://kuzzle:7512/&lt;index&gt;/&lt;collection&gt;/_specifications</code>
<br><b>Method:</b> <code>DELETE</code>
</p>
</blockquote>

Expand Down
4 changes: 2 additions & 2 deletions src/api-documentation/controller-collection/exists.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: exists

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/<index>/<collection>/_exists`
</br><b>Method:</b> `GET`
<b>URL:</b> <code>http://kuzzle:7512/&lt;index&gt;/&lt;collection&gt;/_exists</code>
<br><b>Method:</b> <code>GET</code>
</p>
</blockquote>

Expand Down
4 changes: 2 additions & 2 deletions src/api-documentation/controller-collection/get-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: getMapping

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/<index>/<collection>/_mapping`
</br><b>Method:</b> `GET`
<b>URL:</b> <code>http://kuzzle:7512/&lt;index&gt;/&lt;collection&gt;/_mapping</code>
<br><b>Method:</b> <code>GET</code>
</p>
</blockquote>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: getSpecifications

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/<index>/<collection>/_specifications`
</br><b>Method:</b> `GET`
<b>URL:</b> <code>http://kuzzle:7512/&lt;index&gt;/&lt;collection&gt;/_specifications</code>
<br><b>Method:</b> <code>GET</code>
</p>
</blockquote>

Expand Down
4 changes: 2 additions & 2 deletions src/api-documentation/controller-collection/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: list

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/<index>/_list[?type=<all|stored|realtime>][&from=0][&size=42]`
</br><b>Method:</b> `GET`
<b>URL:</b> <code>http://kuzzle:7512/&lt;index&gt;/_list[?type=&lt;all|stored|realtime&gt;][&from=0][&size=42]</code>
<br><b>Method:</b> <code>GET</code>
</p>
</blockquote>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: scrollSpecifications

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/validations/_scroll/<scrollId>[?scroll=<time to live>]`
</br><b>Method:</b> `GET`
<b>URL:</b> <code>http://kuzzle:7512/validations/_scroll/&lt;scrollId&gt;[?scroll=&lt;time to live&gt;]</code>
<br><b>Method:</b> <code>GET</code>
</p>
</blockquote>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ title: searchSpecifications

<blockquote class="js">
<p>
<b>URL:</b> `http://kuzzle:7512/validations/_search[?from=0][&size=10][&scroll=<time to live>]`
</br><b>Method:</b> `POST`
**Body**
<b>URL:</b> <code>http://kuzzle:7512/validations/_search[?from=0][&size=10][&scroll=&lt;time to live&gt;]</code>
<br><b>Method:</b> <code>POST</code>
<br><b>Body</b>
</p>
</blockquote>

Expand Down
Loading

0 comments on commit a50af8d

Please sign in to comment.