Request fields
The previous request names are temporarily accepted for compatibility with existing n8n clients. Use the current names for new code. Sending both spellings in one request is rejected.
Authorization: Bearer is the recommended authentication header. X-API-Key remains supported.
Response fields
- File objects now use
parentPathinstead offolderPathand includeparentId. Folder objects also includeparentPath. - Getting a file by ID returns
contentalongside its metadata. - A change awaiting review has
status: "in_review"instead of"blocked". - Both searches return the list envelope with
object: "list",url,hasMore,nextCursor, anddata. Search does not paginate:hasMoreisfalseandnextCursorisnull. - Search sources identify their type with
objectinstead oftype.
Error codes
changes_in_review replaces pending_changes. A malformed change ID now returns invalid_id instead of invalid_change_id.
Regenerate clients from the public OpenAPI specification to pick up the updated schemas and names.