Update applicationAsk AIpatch https://qa-studio.telemetryos.com/application/{id}Update an existing application by its ID.Path ParamsidstringrequiredThe unique identifier of the application.Body ParamsidstringThe unique identifier of the application.kindstringThe type of application.baseImagestringThe base Docker image used.buildWorkingPathstringThe working directory for the build process.buildScriptstringThe script used for building the application.buildOutputPathstringThe path where build output is stored.buildEnvironmentVariablesobjectEnvironment variables used in the build process.buildEnvironmentVariables objecttitlestringThe title of the application.createdAtdate-timeThe timestamp when the application was created.updatedAtdate-timeThe timestamp when the application was last updated.Response 204Application updated successfully. No content returned.Updated 6 months ago