Skip to content

Commit 9cfde36

Browse files
OAS Update
1 parent ca2748c commit 9cfde36

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

services/functions-registry/v2/functions-registry.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"openapi": "3.0.3",
99
"paths": {
10-
"/v2/{name}/blobs/{digest}": {
10+
"/v2/{namespace}/{name}/blobs/{digest}": {
1111
"head": {
1212
"description": "Checks for the existence of a blob.\nReturns the blob's digest and content type in the headers if it exists.\n",
1313
"operationId": "headBlob",
@@ -56,6 +56,9 @@
5656
}
5757
},
5858
"parameters": [
59+
{
60+
"$ref": "#/components/parameters/Namespace"
61+
},
5962
{
6063
"$ref": "#/components/parameters/RepositoryName"
6164
},
@@ -64,7 +67,7 @@
6467
}
6568
]
6669
},
67-
"/v2/{name}/manifests/{reference}": {
70+
"/v2/{namespace}/{name}/manifests/{reference}": {
6871
"head": {
6972
"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",
7073
"operationId": "headManifest",
@@ -113,6 +116,9 @@
113116
}
114117
},
115118
"parameters": [
119+
{
120+
"$ref": "#/components/parameters/Namespace"
121+
},
116122
{
117123
"$ref": "#/components/parameters/RepositoryName"
118124
},

0 commit comments

Comments
 (0)