cURL
curl --request POST \ --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId}/variables \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "description": "<string>", "name": "<string>", "supportsDoubleResolution": true, "value": "<unknown>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "value": "<unknown>" }
Create a new project variable
Documentation IndexFetch the complete documentation index at: https://docs.maia.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
Use this file to discover all available pages before exploring further.
a valid bearer token
COPIED
SHARED
NUMBER
TEXT
DATETIME
255
Project variable has been created
Was this page helpful?