Update details for a specific environment
curl --request PATCH \ --url https://api.gputrader.io/v1/environments/{envId} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "name": "<string>" }'
"<string>"
Environment ID
Environment successfully updated
Confirmation of successful update