v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-05-286377631.6 MB
/api/mt/gtap

PUT /api/mt/gtap/{id}

Update a GTAP entry. The only things you're allowed to update for a GTAP are the Card being used (card_id) or the parameter mappings; changing table_id or group_id would effectively be deleting this entry and creating a new one. If that's what you want to do, do so explicitly with appropriate calls to the DELETE and POST endpoints.

put/api/mt/gtap/{id}

Path parameters

idinteger required

value must be an integer greater than zero.

Request body

attribute_remappingsMetabaseEnterpriseSandboxSchemaAttributeRemappings nullable

value must be a valid attribute remappings map (attribute name -> remapped name)

card_idinteger nullable

value must be an integer greater than zero.

Response

Successful response