summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Leone <git@andrealeone.xyz>2019-09-08 20:49:29 +0200
committerAndrea Leone <git@andrealeone.xyz>2019-09-08 20:49:29 +0200
commit393554de324f66c64c35654809dcf7b0084debeb (patch)
tree7cfc622741b2392545f6a7d9f8b1d129f2852d77
parenta3d075e8022805355110c1bc20ff31520fd4f15e (diff)
downloadgitlab-ce-393554de324f66c64c35654809dcf7b0084debeb.tar.gz
Update API doc for Tag
-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
}
```