You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/functions-registry/v2/functions-registry.json
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
},
8
8
"openapi": "3.0.3",
9
9
"paths": {
10
-
"/v2/{name}/blobs/{digest}": {
10
+
"/v2/{namespace}/{name}/blobs/{digest}": {
11
11
"head": {
12
12
"description": "Checks for the existence of a blob.\nReturns the blob's digest and content type in the headers if it exists.\n",
13
13
"operationId": "headBlob",
@@ -56,6 +56,9 @@
56
56
}
57
57
},
58
58
"parameters": [
59
+
{
60
+
"$ref": "#/components/parameters/Namespace"
61
+
},
59
62
{
60
63
"$ref": "#/components/parameters/RepositoryName"
61
64
},
@@ -64,7 +67,7 @@
64
67
}
65
68
]
66
69
},
67
-
"/v2/{name}/manifests/{reference}": {
70
+
"/v2/{namespace}/{name}/manifests/{reference}": {
68
71
"head": {
69
72
"description": "Checks for the existence of an image manifest or image index.\nReturns the manifest's digest and content type in the headers if it exists.\n",
0 commit comments