update_doc_headers_footers
Modify headers or footers in Google Docs by specifying document ID, section type, content, and header/footer type. Ideal for customizing document layouts with precise updates.
Instructions
Updates headers or footers in a Google Doc.
Args: user_google_email: User's Google email address document_id: ID of the document to update section_type: Type of section to update ("header" or "footer") content: Text content for the header/footer header_footer_type: Type of header/footer ("DEFAULT", "FIRST_PAGE_ONLY", "EVEN_PAGE")
Returns: str: Confirmation message with update details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | ||
document_id | Yes | ||
header_footer_type | No | DEFAULT | |
section_type | Yes | ||
user_google_email | Yes |