/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * name: "name" * } */ export interface BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch { /** A custom, human-readable name for the document. */ name: string; }