{ "opencollection": "1.0.0", "info": { "name": "MAIA Ah internal-projects API", "version": "0.1.0" }, "items": [ { "info": { "name": "internal-projects", "type": "folder" }, "items": [ { "info": { "name": "Start Edit Session", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/internal/projects/:project_id/edit-session", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Begin an admin write-mode editing session on a user's project.\n\nAcquires the project editing lock for the admin (409 if another user holds\nit) and records one EDIT_PROJECT_AS_ADMIN audit row. With ``force=true``\nthe holder is evicted instead of 409ing and the audit metadata records the\ntakeover. The client then navigates into the project with\n``?admin_mode=write``." } ] } ], "bundled": true }