Security requirements changed for POST /api/environments/{project_id}/session_summaries/create_session_summaries_individually/
- Affected surface
- POST /api/environments/{project_id}/session_summaries/create_session_summaries_individually/
What changed
Security requirements changed for POST /api/environments/{project_id}/session_summaries/create_session_summaries_individually/ Affected surface: POST /api/environments/{project_id}/session_summaries/create_session_summaries_individually/. Detected at Tue, 28 Apr 2026 23:58:41 UTC UTC.
Diff
{
"current_value": [
{
"PersonalAPIKeyAuth": [
"session_recording:read"
]
}
],
"path": "POST /api/environments/{project_id}/session_summaries/create_session_summaries_individually/",
"previous_value": null
}Likely impact
The contract still holds, but observable behavior shifted — defaults, response timing, or rate-limit shaping. Existing code keeps compiling and most calls keep working, but edge cases may differ. Worth a sanity check.
Recommended action
Re-check your auth setup against the provider's current docs. Auth changes typically require config updates, not code changes.
Related changes
Other endpoints affected by the same root cause.
DELETE /api/projects/{project_id}/groups_types/{group_type_index}/metrics/{id}/
GET /api/projects/{project_id}/groups_types/{group_type_index}/metrics/
GET /api/projects/{project_id}/groups_types/{group_type_index}/metrics/{id}/
PATCH /api/projects/{project_id}/groups_types/{group_type_index}/metrics/{id}/
POST /api/environments/{project_id}/session_summaries/create_session_summaries/
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
