Mural API breaking changes for December 2023

Summary

Starting in December 2023, Mural will be modernizing our BETA Public API endpoints. The objective of this rollout is to provide the latest functionality we added to our new core product features and updates to our Public API offering.

This release will have breaking changes, which are changes that will break the current calls to these endpoints. For example, removing required query params or removing required attributes from a response body.

Breaking changes scheduled for 2023-12-06

Breaking changes will be made to Get murals for a workspace endpoint

  • What changed?

    • width required attribute will be removed.
    • height required attribute will be removed.
    • backgroundColor required attribute will be removed from the response body.
  • How do I prepare?

  • What if I do nothing?

    • If you are not using these attributes from the response body in your application, nothing will occur. If you are using them, this might lead to errors as your application will not find them.

Breaking changes will be made to Get murals for a room endpoint

  • What changed?
    • width required attribute will be removed from the response body.
    • height required attribute will be removed from the response body.
    • backgroundColor required attribute will be removed from the response body.
  • How do I prepare?
  • What if I do nothing?
    • If you are not using these attributes from the response body in your application, nothing will occur. If you are using them, this might lead to errors as your application will not find them.