summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Sánchez <aasanchez@gmail.com>2019-09-01 23:55:51 +0000
committerEvan Read <eread@gitlab.com>2019-09-01 23:55:51 +0000
commitea129144453def9af9cd84ea26bb9d7e3c411445 (patch)
treeddb6561326f1904effb3425451e627f57268841f
parent74a7edd116607b011273e9105544558c77f19d10 (diff)
downloadgitlab-ce-ea129144453def9af9cd84ea26bb9d7e3c411445.tar.gz
Improve document format, putting parameters in a table
-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: