cURL
curl --request PUT \ --url https://app.kosli.com/api/v2/environments/{org}/{env_name}/join \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "physical_env_name": "<string>" } '
{ "message": "<string>", "errors": {} }
Join the given physical environment to this Logical environment
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Physical environment name
Successfully added environment
Was this page helpful?