Change Updates

Do not miss any brease API changes, ever again

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

RSS

Jul 20, 2025

main
0.1
Compare

API structure has changed

8 structure changes including:
2 Additions
6 Modifications
Modified 6 Breaking
GET /v1/{contextId}/rules
  • Response
  • 200 response Modified
    • application/json content type Modified
      • rules property Modified
        • version property Modified
          • Type went from integer(uint64) to string
            Breaking
        • sequence property Added
GET /v1/{contextId}/rules/{ruleId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • version property Modified
        • Type went from integer(uint64) to string
          Breaking
      • sequence property Added
GET /v1/{contextId}/rules/{ruleId}/versions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • rules property Modified
        • version property Modified
          • Type went from integer(uint64) to string
            Breaking
        • sequence property Added
PATCH /v1/{contextId}/rules/add
  • Body
  • application/json content type Modified
    • sequence property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • version property Modified
        • Type went from integer(uint64) to string
          Breaking
      • sequence property Added
POST /v1/{contextId}/evaluate
  • Body
  • application/json content type Modified
    • overrideRules property Modified
      • sequence property Added
POST /v1/{contextId}/rules
  • Body
  • application/json content type Modified
    • sequence property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • version property Modified
        • Type went from integer(uint64) to string
          Breaking
      • sequence property Added
Added 2
GET /v1/{contextId}/schema
POST /v1/{contextId}/schema