Skip to main content
POST
Add tag to mutiple contracts

Authorizations

X-Access-Key
string
header
required

An API key is a token that a client provides when making API calls. Send it as the X-Access-Key request header on any endpoint:

Learn how to generate API access tokens at Tenderly Docs.

Path Parameters

accountSlug
string
required

Account slug of the user

projectSlug
string
required

Project slug of the account

Body

application/json

Tag contracts payload

tag
string
required

New tag for the smart contracts.

Example:

"v1.0.0"

contract_ids
string[]
required

A list of smart contract IDs to be tagged.

Example:

Response

A successful response.

An object with details about tagged contracts.