Change Updates

Do not miss any Sensay API changes, ever again

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

RSS

Feb 7, 2025

main
1
Compare

API structure has changed

3 structure changes including:
3 Modifications
Modified 3
GET /v1/rag/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • training_url_id, error_message, file_missing, rag_created_at, processed_text, raw_text, sentry_error_id properties Added
POST /v1/rag
  • Body
  • application/json content type Modified
    • entry_id property Modified
      • Type went from number to string
    • hash, training_url_id, error_message, file_missing, rag_created_at, processed_text, raw_text, sentry_error_id properties Added
PUT /v1/rag/{id}
  • Body
  • application/json content type Modified
    • entry_id property Modified
      • Type went from number to string
    • hash, training_url_id, error_message, file_missing, rag_created_at, processed_text, raw_text, sentry_error_id properties Added