Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorAlexis Sánchez <aasanchez@gmail.com>2019-09-02 02:55:51 +0300
committerEvan Read <eread@gitlab.com>2019-09-02 02:55:51 +0300
commitea129144453def9af9cd84ea26bb9d7e3c411445 (patch)
treeddb6561326f1904effb3425451e627f57268841f /doc/api
parent74a7edd116607b011273e9105544558c77f19d10 (diff)
Improve document format, putting parameters in a table
Diffstat (limited to 'doc/api')
-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: