API changes for v2 API, May 29 to June 5
This week, the mittwald API introduces several enhancements, including the addition of the new 'stopping' enum value to various response properties and request parameters, as well as the inclusion of optional and required properties across multiple endpoints.
Summary
-
The new enum value
stoppinghas been added to the/items/statusresponse property for the response status200in the following operations:GET /v2/projects/{projectId}/services(List Services belonging to a Project)GET /v2/projects/{projectId}/stacks(List Stacks belonging to a Project)GET /v2/stacks(List Stacks belonging to the executing user)GET /v2/stacks/{stackId}(Get a Stack)PATCH /v2/stacks/{stackId}(Create, update or delete Services or Volumes belonging to a Stack)PUT /v2/stacks/{stackId}(Declaratively create, update or delete Services or Volumes belonging to a Stack)GET /v2/stacks/{stackId}/services/{serviceId}(Get a Service belonging to a Stack)
-
The new enum value
stoppinghas also been added to thequeryrequest parameterstatusin the operation:GET /v2/projects/{projectId}/services(List Services belonging to a Project)
-
The optional property
/items/labelhas been added to the response with the200status in the following operations:GET /v2/ai-hosting-models(Get a list of currently active models)GET /v2/customers/{customerId}/ai-hosting-models(Get a list of currently active models)GET /v2/projects/{projectId}/ai-hosting-models(Get a list of currently active models)
-
The optional property
/items/hostnamehas been added to the response with the200status in the following operations:GET /v2/app-installations(List AppInstallations that a user has access to)GET /v2/projects/{projectId}/app-installations(List AppInstallations belonging to a Project)
-
The optional property
/items/portshas been added to the response with the200status in the following operations:GET /v2/app-installations(List AppInstallations that a user has access to)GET /v2/projects/{projectId}/app-installations(List AppInstallations belonging to a Project)
-
The optional property
nextScheduledWebhookExecutionhas been added to the response with the200status in the following operations:GET /v2/customers/{customerId}/extensions/{extensionId}(Get the ExtensionInstance of a specific customer and extension, if existing)GET /v2/projects/{projectId}/extensions/{extensionId}(Get the ExtensionInstance of a specific project and extension, if existing)
-
The required property
webhookExecutionHaltedhas been added to the response with the200status in the following operations:GET /v2/customers/{customerId}/extensions/{extensionId}(Get the ExtensionInstance of a specific customer and extension, if existing)GET /v2/extension-instances(List ExtensionInstances)GET /v2/projects/{projectId}/extensions/{extensionId}(Get the ExtensionInstance of a specific project and extension, if existing)
-
The following endpoints have been added:
GET /v2/contributors/{contributorId}/webhook-executions(List all Webhook Executions)POST /v2/projects/{projectId}/ai-hosting-keys/{keyId}/actions/link-container(Links a container with a project licence)
Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.
Detailed changes
Changes in "List Services belonging to a Project"
-
added the new 'stopping' enum value to the '/items/status' response property for the response status '200'
-
added the new enum value 'stopping' to the 'query' request parameter 'status'
For details, refer to the GET/ endpoint.
Changes in "List Stacks belonging to a Project"
- added the new 'stopping' enum value to the '/items/services/items/status' response property for the response status '200'
For details, refer to the GET/ endpoint.
Changes in "List Stacks belonging to the executing user"
- added the new 'stopping' enum value to the '/items/services/items/status' response property for the response status '200'
For details, refer to the GET/ endpoint.
Changes in "Get a Stack"
- added the new 'stopping' enum value to the 'services/items/status' response property for the response status '200'
For details, refer to the GET/ endpoint.
Changes in "Create, update or delete Services or Volumes belonging to a Stack"
- added the new 'stopping' enum value to the 'services/items/status' response property for the response status '200'
For details, refer to the PATCH/ endpoint.
Changes in "Declaratively create, update or delete Services or Volumes belonging to a Stack"
- added the new 'stopping' enum value to the 'services/items/status' response property for the response status '200'
For details, refer to the PUT/ endpoint.
Changes in "Get a Service belonging to a Stack"
- added the new 'stopping' enum value to the 'status' response property for the response status '200'
For details, refer to the GET/ endpoint.
Changes in "Get a list of currently active models"
- added the optional property '/items/label' to the response with the '200' status
For details, refer to the GET/ endpoint.
Changes in "List app installations that a user has access to"
-
added the optional property '/items/hostname' to the response with the '200' status
-
added the optional property '/items/ports' to the response with the '200' status
For details, refer to the GET/ endpoint.
Changes in "Get an app installation"
-
added the optional property 'hostname' to the response with the '200' status
-
added the optional property 'ports' to the response with the '200' status
For details, refer to the GET/ endpoint.
Changes in "List all Webhook Executions"
- endpoint added
For details, refer to the GET/ endpoint.
Changes in "Get a list of currently active models"
- added the optional property '/items/label' to the response with the '200' status
For details, refer to the GET/ endpoint.
Changes in "Get the extension instance of a specific customer and extension, if existing"
-
added the optional property 'nextScheduledWebhookExecution' to the response with the '200' status
-
added the required property 'webhookExecutionHalted' to the response with the '200' status
For details, refer to the GET/ endpoint.
Changes in "List extension instances"
-
added the optional property '/items/nextScheduledWebhookExecution' to the response with the '200' status
-
added the required property '/items/webhookExecutionHalted' to the response with the '200' status
For details, refer to the GET/ endpoint.
Changes in "Get an extension instance"
-
added the optional property 'nextScheduledWebhookExecution' to the response with the '200' status
-
added the required property 'webhookExecutionHalted' to the response with the '200' status
For details, refer to the GET/ endpoint.
Changes in "Links a container with a project licence"
- endpoint added
For details, refer to the POST/ endpoint.
Changes in "Get a list of currently active models"
- added the optional property '/items/label' to the response with the '200' status
For details, refer to the GET/ endpoint.
Changes in "List app installations belonging to a Project"
-
added the optional property '/items/hostname' to the response with the '200' status
-
added the optional property '/items/ports' to the response with the '200' status
For details, refer to the GET/ endpoint.
Changes in "Get the extension instance of a specific project and extension, if existing"
-
added the optional property 'nextScheduledWebhookExecution' to the response with the '200' status
-
added the required property 'webhookExecutionHalted' to the response with the '200' status
For details, refer to the GET/ endpoint.
Client package releases
mittwald JavaScript SDK Release 4.380.0
The mittwald JavaScript SDK has been updated to version 4.380.0. This release includes an update to the generated client, enhancing the SDK's functionality. For more details, you can view the release on GitHub here.
mittwald JavaScript SDK Release 4.379.0
The mittwald JavaScript SDK has been updated to version 4.379.0. This release includes an update to the generated client, enhancing the SDK's functionality. For more details on the changes, you can view the release notes.
mittwald JavaScript SDK Release 4.378.0
The mittwald JavaScript SDK has been updated to version 4.378.0. This release includes an update to the generated client, enhancing the SDK's functionality. For more details, you can view the release on GitHub here.