API referenceEnvironments
POST /environments/{slug}/promote
curl -X POST "https://example.com/environments/string/promote"{ "$schema": "https://example.com/schemas/EnvironmentDTO.json", "color": "string", "createdAt": "string", "environmentId": "string", "expiresAt": "string", "isDefault": true, "isEphemeral": true, "isProduction": true, "name": "string", "orgId": "string", "slug": "string", "updatedAt": "string"}