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
-
application/json content type Modified
POST /v1/rag
- Body
-
application/json content type Modified
-
entry_id property Modified
-
Type went from
number
tostring
-
Type went from
- hash, training_url_id, error_message, file_missing, rag_created_at, processed_text, raw_text, sentry_error_id properties Added
-
entry_id property Modified
PUT /v1/rag/{id}
- Body
-
application/json content type Modified
-
entry_id property Modified
-
Type went from
number
tostring
-
Type went from
- hash, training_url_id, error_message, file_missing, rag_created_at, processed_text, raw_text, sentry_error_id properties Added
-
entry_id property Modified