PUT /api/environments/687036948 { "environment": { "location_ids": [ 255093256 ] } } 200 { "created_at": "2019-09-11 14:51:49 UTC", "updated_at": "2019-09-11 14:51:49 UTC", "name": "environment258", "id": 687036948, "template_combinations": [], "puppetclasses": [], "locations": [ { "id": 255093256, "name": "Location 1", "title": "Location 1", "description": null } ], "organizations": [ { "id": 447626438, "name": "Organization 1", "title": "Organization 1", "description": null } ] }
Param name | Description |
---|---|
location_id optional |
Scope by locations Validations:
|
organization_id optional |
Scope by organizations Validations:
|
id required |
Validations:
|
environment required |
Validations:
|
environment[name] optional |
Validations:
|
environment[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
environment[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|