From 9ad7e68703403eff29c7ac36511d54e5e1595a6d Mon Sep 17 00:00:00 2001 From: William DURAND Date: Wed, 30 Jul 2014 11:10:39 +0200 Subject: [PATCH] update config reference --- Resources/doc/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources/doc/index.md b/Resources/doc/index.md index f632a27..39ee9ce 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -464,8 +464,10 @@ nelmio_api_doc: method: ~ # One of "format_param"; "accept_header" default_format: json authentication: - name: ~ # Required delivery: ~ # Required - type: ~ + name: ~ # Required + + # Required if http delivery is selected. + type: ~ # One of "basic"; "bearer" custom_endpoint: false ```