Skip to contents

Compares a modified metadata tibble (from air_meta()) against the current schema and applies name/description changes via PATCH. Changes to table_name rename the table; changes to field_name or description rename or re-describe the field.

Usage

air_meta_push(base_id, meta, .token = NULL)

Arguments

base_id

Base ID (e.g., "appXXXXXX"). If NULL, uses the session default set by air_set_base() or the AIRTABLE_BASE_ID environment variable.

meta

A tibble from air_meta() with modifications to table_name, field_name, or description.

.token

Personal access token (resolved via air_token() if NULL).

Value

Invisible NULL. Side effect: updates table and field metadata.