Updated Branches: refs/heads/master d38c68b7d -> 491d48d6c
Docs: fix api references for intro/security guide Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/491d48d6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/491d48d6 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/491d48d6 Branch: refs/heads/master Commit: 491d48d6c3e2b6a723579271b0a515230f838dd1 Parents: d38c68b Author: Alexander Shorin <[email protected]> Authored: Wed Nov 6 20:51:50 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Wed Nov 6 20:52:12 2013 +0400 ---------------------------------------------------------------------- share/doc/src/intro/security.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/491d48d6/share/doc/src/intro/security.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/intro/security.rst b/share/doc/src/intro/security.rst index 76d5cb2..4a4b17e 100644 --- a/share/doc/src/intro/security.rst +++ b/share/doc/src/intro/security.rst @@ -65,16 +65,16 @@ identification for certain requests: - Setup a database security (:put:`PUT /database/_security </{db}/_security>`) - Creating a design document (:put:`PUT /database/_design/app - </{db}/_design/{ddocname}>`) + </{db}/_design/{ddoc}>`) - Updating a design document (:put:`PUT /database/_design/app?rev=1-4E2 - </{db}/_design/{ddocname}>`) + </{db}/_design/{ddoc}>`) - Deleting a design document (:delete:`DELETE /database/_design/app?rev=2-6A7 - </{db}/_design/{ddocname}>`) + </{db}/_design/{ddoc}>`) - Execute a temporary view (:post:`POST /database/_temp_view </{db}/_temp_view>`) - Triggering compaction (:post:`POST /database/_compact </{db}/_compact>`) - Reading the task status list (:get:`GET /_active_tasks </_active_tasks>`) -- Restarting the server (:post:`:POST /_restart </_restart>`) +- Restarting the server (:post:`POST /_restart </_restart>`) - Reading the active configuration (:get:`GET /_config </_config>`) - Updating the active configuration (:put:`PUT /_config/section/key </_config/{section}/{key}>`)
