Skip to main content

edge_config

Overview

Nameedge_config
TypeResource
Idvercel.edge_config.edge_config

Fields

NameDatatypeDescription
idstring
createdAtnumber
digeststring
itemCountnumber
ownerIdstring
sizeInBytesnumber
slugstringName for the Edge Config Names are not unique. Must start with an alphabetic character and can contain only alphanumeric characters and underscores).
transferobjectKeeps track of the current state of the Edge Config while it gets transferred.
updatedAtnumber

Methods

NameAccessible byRequired ParamsDescription
get_edge_configSELECTedgeConfigId, teamIdReturns an Edge Config.
get_edge_configsSELECTteamIdReturns all Edge Configs.
create_edge_configINSERTteamId, data__slugCreates an Edge Config.
delete_edge_configDELETEedgeConfigId, teamIdDelete an Edge Config by id.
update_edge_configEXECedgeConfigId, teamId, data__slugUpdates an Edge Config.