PATCH
/
environments
/
{envId}
curl --request PATCH \
  --url https://restapi.gputrader.io/v1/environments/{envId} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "name": "<string>"
}'
"<string>"

Authorizations

X-API-Key
string
header
required

Path Parameters

envId
string
required

Environment ID

Body

application/json
name
string
required

The new name for the environment

Response

200
application/json
Environment successfully updated

Confirmation of successful update