Skip to content

Commit

Permalink
feat: update generated client
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Apr 6, 2024
1 parent 91ad460 commit 1a539cb
Showing 1 changed file with 71 additions and 13 deletions.
84 changes: 71 additions & 13 deletions packages/mittwald/spec/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
{
"name": "Relocation",
"description": "The relocation API allows you to manage your relocations."
},
{
"name": "Marketplace",
"description": "The marketplace API allows you to manage extensions and more information regaring the marketplace."
}
],
"components": {
Expand Down Expand Up @@ -20891,7 +20895,9 @@
}
],
"summary": "Authenticate your external application using the extensionInstanceSecret.",
"tags": []
"tags": [
"Marketplace"
]
}
},
"/v2/extension-instances/{extensionInstanceId}/scopes": {
Expand Down Expand Up @@ -20951,7 +20957,9 @@
}
],
"summary": "Consent to extension scopes.",
"tags": []
"tags": [
"Marketplace"
]
}
},
"/v2/extension-instances": {
Expand Down Expand Up @@ -21024,7 +21032,9 @@
}
],
"summary": "Create an ExtensionInstance.",
"tags": []
"tags": [
"Marketplace"
]
},
"get": {
"operationId": "extension-list-extension-instances",
Expand Down Expand Up @@ -21099,7 +21109,9 @@
}
],
"summary": "List ExtensionInstances.",
"tags": []
"tags": [
"Marketplace"
]
}
},
"/v2/extension-instances/{extensionInstanceId}": {
Expand Down Expand Up @@ -21138,7 +21150,9 @@
}
],
"summary": "Delete an ExtensionInstance.",
"tags": []
"tags": [
"Marketplace"
]
},
"get": {
"operationId": "extension-get-extension-instance",
Expand Down Expand Up @@ -21177,7 +21191,9 @@
}
],
"summary": "Get an ExtensionInstance.",
"tags": []
"tags": [
"Marketplace"
]
}
},
"/v2/extension-instances/{extensionInstanceId}/actions/disable": {
Expand Down Expand Up @@ -21216,7 +21232,9 @@
}
],
"summary": "Disable an ExtensionInstance.",
"tags": []
"tags": [
"Marketplace"
]
}
},
"/v2/extension-instances/{extensionInstanceId}/actions/enable": {
Expand Down Expand Up @@ -21255,7 +21273,9 @@
}
],
"summary": "Enable an ExtensionInstance.",
"tags": []
"tags": [
"Marketplace"
]
}
},
"/v2/contributors/{contributorId}": {
Expand Down Expand Up @@ -21296,7 +21316,9 @@
}
],
"summary": "Get a Contributor.",
"tags": []
"tags": [
"Marketplace"
]
}
},
"/v2/extensions/{extensionId}": {
Expand Down Expand Up @@ -21334,7 +21356,9 @@
}
],
"summary": "Get an Extension.",
"tags": []
"tags": [
"Marketplace"
]
}
},
"/v2/webhook-public-keys/{serial}": {
Expand Down Expand Up @@ -21376,7 +21400,9 @@
}
],
"summary": "Get the public key to verify the webhook signature.",
"tags": []
"tags": [
"Marketplace"
]
}
},
"/v2/contributors": {
Expand Down Expand Up @@ -21435,7 +21461,9 @@
}
],
"summary": "List Contributors.",
"tags": []
"tags": [
"Marketplace"
]
}
},
"/v2/extensions": {
Expand Down Expand Up @@ -21502,7 +21530,9 @@
}
],
"summary": "List Extensions.",
"tags": []
"tags": [
"Marketplace"
]
}
},
"/v2/files": {
Expand Down Expand Up @@ -26598,6 +26628,20 @@
"400": {
"$ref": "#/components/responses/commons.ValidationError"
},
"422": {
"content": {
"application/json": {
"schema": {
"properties": {
"error": {
"type": "object"
}
}
}
}
},
"description": "Unprocessable Content"
},
"default": {
"$ref": "#/components/responses/commons.DefaultError"
}
Expand Down Expand Up @@ -26675,6 +26719,20 @@
"400": {
"$ref": "#/components/responses/commons.ValidationError"
},
"422": {
"content": {
"application/json": {
"schema": {
"properties": {
"error": {
"type": "object"
}
}
}
}
},
"description": "Unprocessable Content"
},
"default": {
"$ref": "#/components/responses/commons.DefaultError"
}
Expand Down

0 comments on commit 1a539cb

Please sign in to comment.