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 ("*").