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
"description": "When set to `true`, the HTTP response will include a header named `X-Registry-ArtifactType`\nthat contains the type of the artifact being returned.",
36
+
"schema": {
37
+
"type": "boolean"
38
+
},
39
+
"in": "query"
32
40
}
33
41
],
34
42
"responses": {
@@ -5439,6 +5447,13 @@
5439
5447
"description": "Common response used when an input conflicts with existing data."
// GlobalIdsWithGlobalItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
@@ -33,7 +35,7 @@ type GlobalIdsWithGlobalItemRequestBuilderGetRequestConfiguration struct {
33
35
// NewGlobalIdsWithGlobalItemRequestBuilderInternal instantiates a new GlobalIdsWithGlobalItemRequestBuilder and sets the default values.
0 commit comments