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:
authorAndrea Leone <git@andrealeone.xyz>2019-09-08 21:49:29 +0300
committerAndrea Leone <git@andrealeone.xyz>2019-09-08 21:49:29 +0300
commit393554de324f66c64c35654809dcf7b0084debeb (patch)
tree7cfc622741b2392545f6a7d9f8b1d129f2852d77 /doc/api
parenta3d075e8022805355110c1bc20ff31520fd4f15e (diff)
Update API doc for Tag
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/tags.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/api/tags.md b/doc/api/tags.md
index 1d874fea1f8..88f63d6b34b 100644
--- a/doc/api/tags.md
+++ b/doc/api/tags.md
@@ -46,7 +46,8 @@ Parameters:
},
"name": "v1.0.0",
"target": "2695effb5807a22ff3d138d593fd856244e155e7",
- "message": null
+ "message": null,
+ "protected": true
}
]
```
@@ -94,7 +95,8 @@ Example Response:
"committer_email": "contact@arthurverschaeve.be",
"committed_date": "2015-02-01T21:56:31.000+01:00"
},
- "release": null
+ "release": null,
+ "protected": false
}
```
@@ -138,7 +140,8 @@ Parameters:
},
"name": "v1.0.0",
"target": "2695effb5807a22ff3d138d593fd856244e155e7",
- "message": null
+ "message": null,
+ "protected": false
}
```