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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-29 15:09:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-29 15:09:58 +0300
commitdb36dea03b0e56ed242eb290c51be88ca4c61a65 (patch)
tree8352090b6b45cbd012be01a406a8f3d5b8d2b227 /doc/api/releases
parent38e4bfea582e8c755dd21613bf21658b1771449b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/releases')
-rw-r--r--doc/api/releases/index.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/api/releases/index.md b/doc/api/releases/index.md
index ff66f41b4e8..e4942b34a49 100644
--- a/doc/api/releases/index.md
+++ b/doc/api/releases/index.md
@@ -144,9 +144,9 @@ Example response:
},
"evidences":[
{
- sha: "760d6cdfb0879c3ffedec13af470e0f71cf52c6cde4d",
- filepath: "https://gitlab.example.com/root/awesome-app/-/releases/v0.2/evidence.json",
- collected_at: "2019-01-03T01:56:19.539Z"
+ "sha": "760d6cdfb0879c3ffedec13af470e0f71cf52c6cde4d",
+ "filepath": "https://gitlab.example.com/root/awesome-app/-/releases/v0.2/evidence.json",
+ "collected_at": "2019-01-03T01:56:19.539Z"
}
]
},
@@ -208,9 +208,9 @@ Example response:
},
"evidences":[
{
- sha: "c3ffedec13af470e760d6cdfb08790f71cf52c6cde4d",
- filepath: "https://gitlab.example.com/root/awesome-app/-/releases/v0.1/evidence.json",
- collected_at: "2019-01-03T01:55:18.203Z"
+ "sha": "c3ffedec13af470e760d6cdfb08790f71cf52c6cde4d",
+ "filepath": "https://gitlab.example.com/root/awesome-app/-/releases/v0.1/evidence.json",
+ "collected_at": "2019-01-03T01:55:18.203Z"
}
]
}
@@ -340,9 +340,9 @@ Example response:
},
"evidences":[
{
- sha: "760d6cdfb0879c3ffedec13af470e0f71cf52c6cde4d",
- filepath: "https://gitlab.example.com/root/awesome-app/-/releases/v0.1/evidence.json",
- collected_at: "2019-07-16T14:00:12.256Z"
+ "sha": "760d6cdfb0879c3ffedec13af470e0f71cf52c6cde4d",
+ "filepath": "https://gitlab.example.com/root/awesome-app/-/releases/v0.1/evidence.json",
+ "collected_at": "2019-07-16T14:00:12.256Z"
}
]
}
@@ -482,7 +482,7 @@ Example response:
}
],
"evidence_file_path":"https://gitlab.example.com/root/awesome-app/-/releases/v0.3/evidence.json"
- },
+ }
}
```
@@ -625,7 +625,7 @@ Example response:
],
"evidence_file_path":"https://gitlab.example.com/root/awesome-app/-/releases/v0.1/evidence.json"
- },
+ }
}
```
@@ -709,7 +709,7 @@ Example response:
],
"evidence_file_path":"https://gitlab.example.com/root/awesome-app/-/releases/v0.1/evidence.json"
- },
+ }
}
```