kuzzleio / documentation-old

Source of http://docs.kuzzle.io/
Apache License 2.0
1 stars 2 forks source link

Issue related to "~ index controller/create" section #216

Closed xbill82 closed 7 years ago

xbill82 commented 7 years ago

The API HTTP route indicated in the reference is missing the /_create keyword at the end of the address. Same thing happens with the _delete index route.

scottinet commented 7 years ago

The index:create route documentation is already fixed in rc.x: http://docs.kuzzle.io/v/edge/api-reference/#create64

And the index:delete route documentation is correct, there is no _delete suffix on its URL: https://github.com/kuzzleio/kuzzle/blob/rc.x/lib/config/httpRoutes.js#L233