Environment REST Endpoints
Environment
The operations from the Environment category.
- Create an Environment
- Method: postPath:
/environment - Delete an Environment
- Method: deletePath:
/environment/{id} - Get Environment Details
- Method: getPath:
/environment - Get Environment Details by ID
- Method: getPath:
/environment/{id}