Home > LIB_Footprint > updateDocumentSource
LIB_Footprint.updateDocumentSource() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
更新封装的文档源码
Signature
typescript
updateDocumentSource(footprintUuid: string, libraryUuid: string, documentSource: string): Promise<boolean | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
footprintUuid | string | 封装 UUID |
libraryUuid | string | 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
documentSource | string | 文档源码 |
Returns
Promise<boolean | undefined>
是否更新成功