Change Updates

Do not miss any Reelables API changes, ever again

Subscribe to the Reelables API changelog to be up to date on recent changes.

RSS

Feb 20, 2026

main
1.3.9
Compare
1.3.9

API structure has changed

Next change
12 structure changes including:
12 Modifications
Modified 12
DELETE /assets/{assetId}/labels/{bleId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • label property Modified
        • config property Added
GET /assets/{assetId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • label property Modified
        • config property Added
GET /consignments/{consignmentId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pieces property Modified
        • items property Modified
GET /consignments/{consignmentId}/pieces
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • label property Modified
GET /workspaces/{workspaceId}/assets
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • label property Modified
GET /workspaces/{workspaceId}/consignments
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • pieces property Modified
PATCH /workspaces/{workspaceId}/consignments
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pieces property Modified
        • items property Modified
POST /assets/{assetId}/labels
  • Response
  • 200 response Modified
    • application/json content type Modified
      • label property Modified
        • config property Added
POST /consignments/{consignmentId}/pieces
  • Response
  • 201 response Modified
    • application/json content type Modified
      • items property Modified
        • label property Modified
POST /workspaces/{workspaceId}/assets
  • Response
  • 201 response Modified
    • application/json content type Modified
      • items property Modified
        • label property Modified
POST /workspaces/{workspaceId}/consignments
  • Response
  • 201 response Modified
    • application/json content type Modified
      • items property Modified
        • pieces property Modified
PUT /assets/{assetId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • label property Modified
        • config property Added