Target Nodes
Update an existing target node profile
Updates the configuration of an existing target node profile including instance types, subnets, and resource limits
put/api/target_nodes/profiles
Headers
X-EDH-USERstring required
EDH username for authentication
X-EDH-TOKENstring required
Authentication token for the EDH user
Response
Target node profile updated successfully
Example response
{
"success": true,
"message": "Profile updated successfully"
}