Changelog: Whiteboard - New endpoints added to Classification Labels and Document APIs

Released: 2026-03-23 Updated: 2026-03-23

Visit Changelog

Summary: New Classification Labels API with enhancements to Document API.

Added

  • New Classification Labels APIs:
    • GET /v2/whiteboards/classification_labels
    • PUT /v2/whiteboards/{whiteboardId}/classification
    • GET /v2/whiteboards/classification_labels/{classificationId}
    • PATCH /v2/whiteboards/classification_labels/{classificationId}
    • POST /v2/whiteboards/classification_labels
    • DELETE /v2/whiteboards/classification_labels/{classificationId}
    • DELETE /v2/whiteboards/{whiteboardId}/classification

Enhancements

  • New classification_label response field in the following Document API:
    • GET /v2/whiteboards/{whiteboardId}