Skip to content

Commit

Permalink
Automatically updated the core API OpenAPI definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
apicurio-ci committed Nov 5, 2024
1 parent faedbec commit 251658f
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
"$ref": "#/components/schemas/HandleReferencesType"
},
"in": "query"
},
{
"name": "returnArtifactType",
"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.",
"schema": {
"type": "boolean"
},
"in": "query"
}
],
"responses": {
Expand Down Expand Up @@ -5439,6 +5447,13 @@
"description": "Common response used when an input conflicts with existing data."
},
"ArtifactContent": {
"headers": {
"X-Registry-ArtifactType": {
"schema": {
"$ref": "#/components/schemas/ArtifactType"
}
}
},
"content": {
"*/*": {
"schema": {
Expand Down

0 comments on commit 251658f

Please sign in to comment.