Interface DocsAddParams

interface DocsAddParams {
    access_key?: string;
    doc_id: number;
    owner_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

access_key?: string

Access key. This parameter is required if 'access_key' was returned with the document's data.

doc_id: number

Document ID.

owner_id: number

ID of the user or community that owns the document. Use a negative value to designate a community ID.

Generated using TypeDoc