Retrieve X.509 signature of a tag
GET
/api/v4/projects/{id}/repository/tags/{tag_name}/signature
Retrieves the X.509 signature from a signed tag. Unsigned tags return a 404 Not Found response.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Responses
Section titled “Responses”OK
Media typeapplication/json
object
signature_type
string
signature
object
Example
{ "signature_type": "PGP"}Bad Request
Not found