refactor: add overwrite option to various services and update documentation
This commit is contained in:
@@ -12,5 +12,6 @@ export type SyncGatewayTemplatesApiV1GatewaysGatewayIdTemplatesSyncPostParams =
|
||||
reset_sessions?: boolean;
|
||||
rotate_tokens?: boolean;
|
||||
force_bootstrap?: boolean;
|
||||
overwrite?: boolean;
|
||||
board_id?: string | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user