Parameters for the postRevsDiff operation.

interface PostRevsDiffParams {
    db: string;
    documentRevisions: JsonObject;
    headers?: OutgoingHttpHeaders;
}

Properties

db: string

Path parameter to specify the database name.

documentRevisions: JsonObject

HTTP request body for operations with Document revisions.

headers?: OutgoingHttpHeaders

Generated using TypeDoc