Call any whitelisted Frappe method remotely for custom operations like getting user info, computing stock, or triggering workflows. Use when standard CRUD tools are not enough.
Verify connectivity to a Frappe/ERPNext site. Returns a pong response to confirm the server is reachable, authenticated, and responsive. Use as a health-check before other API calls.
Update specific fields of an existing document in Frappe by providing doctype, document name, and a dictionary of field-value pairs. Only specified fields are modified; others remain unchanged.
Search Frappe framework documentation by keyword to locate pages. Returns titles and paths for accessing full documentation when the exact path is unknown.