From 9284038dbef5153dac40eda14f1685a72efe1d1a Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Tue, 12 Aug 2014 14:16:25 +0200 Subject: Add, delete labels via API --- doc/api/projects.md | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'doc/api/projects.md') diff --git a/doc/api/projects.md b/doc/api/projects.md index b8876e8e104..894c2fd76a4 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -632,29 +632,3 @@ Parameters: + query (required) - A string contained in the project name + per_page (optional) - number of projects to return per page + page (optional) - the page to retrieve - - -## Labels - -### List project labels - -Get a list of project labels. - -``` -GET /projects/:id/labels -``` - -Parameters: - -+ `id` (required) - The ID or NAMESPACE/PROJECT_NAME of a project - -```json -[ - { - "name": "feature" - }, - { - "name": "bug" - } -] -``` -- cgit v1.2.1