Skip to main content
Version: 1.49

v1.49.0 Affected message endpoints

⚠️ Breaking changes

  • Refactored endpoints that returned a response in the format of { data: { ... }, message: "" }. Instead, the content from the data key is directly returned.

Affected endpoints:

Alerts

  • Patch workspaces/:workspaceId/deployments/:deploymentId/alerts/:alertId/status

Alert rules

  • Post workspaces/:workspaceId/deployments/:deploymentId/alertRules
  • Patch workspaces/:workspaceId/deployments/:deploymentId/alertRules/:alertRuleId

Algorithm register

  • Delete workspaces/:workspaceId/deployments/:deploymentId/algorithmRegister/retract/:algorithmLarsId
  • Post workspaces/:workspaceId/deployments/:deploymentId/algorithmRegister
  • Put workspaces/:workspaceId/deployments/:deploymentId/algorithmRegister/:algorithmLarsId
  • Put workspaces/:workspaceId/deployments/:deploymentId/algorithmRegister/:algorithmLarsId/release
  • Put workspaces/:workspaceId/deployments/:deploymentId/algorithmRegister/:algorithmLarsId/unlink
  • Put workspaces/:workspaceId/deployments/:deploymentId/algorithmRegister/:algorithmLarsId/link

Documentation templates

  • Post workspaces/:workspaceId/deployments/:deploymentId/documentationTemplates
  • Delete workspaces/:workspaceId/deployments/:deploymentId/documentationTemplate/:documentationTemplateId
  • Post workspaces/:workspaceId/deployments/:deploymentId/checklistTemplates
  • Delete workspaces/:workspaceId/deployments/:deploymentId/checklistTemplate/:checklistTemplateId

Imported documentation

  • Delete workspaces/:workspaceId/deployments/:deploymentId/importedDocumentation/:importedDocumentationId
  • Post workspaces/:workspaceId/deployments/:deploymentId/importedDocumentation
  • Patch workspaces/:workspaceId/deployments/:deploymentId/importedDocumentation/:importedDocumentationId

Deployments

  • Delete workspaces/:workspaceId/deployments/:deploymentId
  • Patch workspaces/:workspaceId/deployments/:deploymentId/description
  • Patch workspaces/:workspaceId/deployments/:deploymentId/owner

Versions

  • Patch workspaces/:workspaceId/deployments/:deploymentId/versions/:versionId

OIDC subject

  • Post workspaces/:workspaceId/deployments/:deploymentId/oidcSubject
  • Delete workspaces/:workspaceId/deployments/:deploymentId/oidcSubject/:oidcSubjectId

Tokens

  • Post workspaces/:workspaceId/deployments/:deploymentId/tokens
  • Delete workspaces/:workspaceId/deployments/:deploymentId/tokens/:tokenId

Integrations

  • Post integrations/algorithmRegister/credentials
  • Patch integrations/algorithmRegister/credentials/:algorithmRegisterCredentialsId
  • Post integrations/azureML/credentials
  • Patch integrations/azureML/credentials/:azureMLCredentialsId
  • Post integrations/databricks/credentials
  • Patch integrations/databricks/credentials/:databricksCredentialsId
  • Post integrations/mlflow/credentials
  • Patch integrations/mlflow/credentials/:mlflowCredentialsId
  • Post integrations/oidc/provider
  • Patch integrations/oidc/provider/:oidcProviderId
  • Post integrations/sagemaker/credentials
  • Patch integrations/sagemaker/credentials/:sagemakerCredentialsId
  • Post integrations/slack/webhooks
  • Patch integrations/slack/webhooks/:slackWebhookId

Repositories

  • Patch /workspaces/:workspaceId/repositories/:repositoryId

Users

  • Patch users/:userId
  • Delete users/:userId
  • Patch users/:userId/roles

Personal key pairs

  • Delete personalKeyPairs/:personalKeyPairId

Members

  • Put workspaces/:workspaceId/users/:userId/authorizations

Credentials

  • Post workspaces/:workspaceId/credentials/blob
  • Delete workspaces/:workspaceId/credentials/blob/:credentialsId
  • Post workspaces/:workspaceId/credentials/docker
  • Delete workspaces/:workspaceId/credentials/docker/:credentialsId

Environment variables

  • Post workspaces/:workspaceId/environmentVariables
  • Patch workspaces/:workspaceId/environmentVariables/:environmentVariableId
  • Delete workspaces/:workspaceId/environmentVariables/:environmentVariableId

Job schedules

  • Post workspaces/:workspaceId/jobSchedules
  • Patch workspaces/:workspaceId/jobSchedules/:jobScheduleId
  • Patch workspaces/:workspaceId/jobSchedules/:jobScheduleId/activate
  • Patch workspaces/:workspaceId/jobSchedules/:jobScheduleId/deactivate
  • Delete workspaces/:workspaceId/jobSchedules/:jobScheduleId

Use cases

  • Post workspaces/:workspaceId/useCase
  • Patch workspaces/:workspaceId/useCase/:useCaseId
  • Delete workspaces/:workspaceId/useCase/:useCaseId

Webhooks

  • Post workspaces/:workspaceId/webhooks
  • Patch workspaces/:workspaceId/webhooks/:webhookId
  • Delete workspaces/:workspaceId/webhooks/:webhookId

Workspaces

  • Patch workspaces/:workspaceId