curl --request POST \
--url https://api.qovery.com/environment/{environmentId}/helmDefaultValues \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"source": {}
}'"<string>"curl --request POST \
--url https://api.qovery.com/environment/{environmentId}/helmDefaultValues \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"source": {}
}'"<string>"JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '
Environment ID
Show child attributes
helm values
The response is of type string.
Was this page helpful?