diff --git a/foundry/_versions.py b/foundry/_versions.py index f1455611..ebd21d47 100644 --- a/foundry/_versions.py +++ b/foundry/_versions.py @@ -17,4 +17,4 @@ # using the autorelease bot __version__ = "0.0.0" -__openapi_document_version__ = "1.1026.0" +__openapi_document_version__ = "1.1027.0" diff --git a/foundry/v1/ontologies/errors/__init__.py b/foundry/v1/ontologies/errors/__init__.py index ac39fcf5..12d7a738 100644 --- a/foundry/v1/ontologies/errors/__init__.py +++ b/foundry/v1/ontologies/errors/__init__.py @@ -275,8 +275,8 @@ "EditObjectPermissionDenied", "PropertiesHaveDifferentIds", "OntologyNotFound", - "InvalidPropertyType", "MarketplaceInstallationNotFound", + "InvalidPropertyType", "ActionParameterObjectTypeNotFound", "UnknownParameter", "FunctionExecutionFailed",