Documentation: Fix table formatting

refs #9105
This commit is contained in:
Michael Friedrich 2015-10-19 13:27:20 +02:00
parent 1fbb6a2b78
commit 30b140761b
1 changed files with 5 additions and 5 deletions

View File

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