Assign Session Project
Sessions
Assign Session Project
Assign or clear the project_id of a session — Package 8 Step 8.
project_id=null removes the assignment (returns the session to
the “All sessions” view). A non-null project_id must reference a
project owned by the same user; otherwise the call yields 404 to
avoid leaking the existence of someone else’s project.
Returns 404 (not 403) for both unknown sessions and unknown projects.
IDOR AUDIT PASS — both Session.user_id and (when project_id is set)
Project.user_id are matched against the authenticated user_id.
PATCH
Assign Session Project
Authorizations
EDN API key presented as 'Bearer ' in the Authorization header. Create and manage keys from the Console.
Path Parameters
Body
application/json
