summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-09-01 23:55:52 +0000
committerEvan Read <eread@gitlab.com>2019-09-01 23:55:52 +0000
commitc0733f43a65741b60ffceab6811341e906d17e8c (patch)
treeddb6561326f1904effb3425451e627f57268841f
parent74a7edd116607b011273e9105544558c77f19d10 (diff)
parentea129144453def9af9cd84ea26bb9d7e3c411445 (diff)
downloadgitlab-ce-c0733f43a65741b60ffceab6811341e906d17e8c.tar.gz
Merge branch 'doc_applications' into 'master'
Improve document format, putting parameters in a table See merge request gitlab-org/gitlab-ce!31905
-rw-r--r--doc/api/applications.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/applications.md b/doc/api/applications.md
index 82955f0c1db..807a0e57e8b 100644
--- a/doc/api/applications.md
+++ b/doc/api/applications.md
@@ -88,7 +88,9 @@ DELETE /applications/:id
Parameters:
-- `id` (required) - The id of the application (not the application_id)
+| Attribute | Type | Required | Description |
+|:----------|:--------|:---------|:----------------------------------------------------|
+| `id` | integer | yes | The id of the application (not the application_id). |
Example request: