Fix docs for lightweight tag creation via API
This commit is contained in:
parent
dc46863cda
commit
3f2ad46768
2 changed files with 6 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix docs for lightweight tag creation via API
|
||||
merge_request:
|
||||
author:
|
||||
type: other
|
|
@ -131,7 +131,7 @@ Parameters:
|
|||
"message": null
|
||||
}
|
||||
```
|
||||
The message will be `nil` when creating a lightweight tag otherwise
|
||||
The message will be `null` when creating a lightweight tag otherwise
|
||||
it will contain the annotation.
|
||||
|
||||
In case of an error,
|
||||
|
|
Loading…
Reference in a new issue