mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
fix(swagger): update docs.go - fix typos
Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>
This commit is contained in:
parent
ec05137eda
commit
f201678943
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ var doc = `{
|
||||||
"host": "{{.Host}}",
|
"host": "{{.Host}}",
|
||||||
"basePath": "{{.BasePath}}",
|
"basePath": "{{.BasePath}}",
|
||||||
"paths": {
|
"paths": {
|
||||||
"/oras/artifacts/v1/{name": {
|
"/oras/artifacts/v1/{name}": {
|
||||||
"get": {
|
"get": {
|
||||||
"description": "Get references for an image given a digest and artifact type",
|
"description": "Get references for an image given a digest and artifact type",
|
||||||
"consumes": [
|
"consumes": [
|
||||||
|
|
Loading…
Reference in a new issue