Add Environment Variable

Add an environment variable to a Tool.

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

idstringRequired
Unique identifier for Tool.

Request

This endpoint expects a list of objects.
namestringRequired
Name of the environment variable.
valuestringRequired
Value of the environment variable.

Response

Successful Response
namestring
Name of the environment variable.
valuestring
Value of the environment variable.

Errors