Skip to main content

2 posts tagged with "design"

View All Tags

· One min read

V2 Release Version: 0.8089.0

Description:

  • When creating a new design using sdk.design.create, the SDK will now properly load the design instance and return it, so developers can call methods on it immediately after creation without needing an additional call to sdk.design.load.
  • This also fixes stability issues when loading a design after creating it in certain workflows.
  • The corresponding documentation section has been updated and renamed from Designs to Create & Load Designs to reflect this change.

· One min read

V2 Release Version: 0.7078.0

Description:

  • When calling design.load, the SDK will now return a more descriptive error message when the design ID is invalid or the design is not found.
  • In addition if the current user is not authorized to access the design due to limited permissions, that will be indicated by the error message and can be addressed by a tenant admin.