From 30b140761b6d0c0bd75e5950491d4a86bccca8e4 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 19 Oct 2015 13:27:20 +0200 Subject: [PATCH] Documentation: Fix table formatting refs #9105 --- doc/9-icinga2-api.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/9-icinga2-api.md b/doc/9-icinga2-api.md index e02443943..083d5f761 100644 --- a/doc/9-icinga2-api.md +++ b/doc/9-icinga2-api.md @@ -166,13 +166,13 @@ Available permissions for specific url endpoints: Permissions | Url Endpoint --------------------------------------|------------------------ - actions/;<action;> | /v1/actions + actions/<action> | /v1/actions config/query | /v1/config config/modify | /v1/config - objects/query/;<type;> | /v1/objects - objects/create/;<type;> | /v1/objects - objects/modify`/;<type;> | /v1/objects - objects/delete/;<type;> | /v1/objects + objects/query/<type> | /v1/objects + objects/create/<type> | /v1/objects + objects/modify`/<type> | /v1/objects + objects/delete/<type> | /v1/objects status/query | /v1/status The required actions or types can be replaced by using a wildcard match ("*").