Edit license pool
Description
Edit a license pool's details..
HTTP method
PUT
Request
 URL
URL
                                        http://{Admin API IP}:{port#}/api/v1/licensepools/{id} Headers
Headers
                                        Example header format:
Authorization: Basic <authorization token returned from the login method>
                                            
Content-Type: application/json
                                            
| Parameter | Description/Comments | 
|---|---|
| id | (string) License pool's id. Can be retrieved via Get all license pools. | 
 Request body
Request body
                                        | Parameter | Description/Comments | 
|---|---|
| Name | (bool) License pool name. | 
| Description | (string) License pool's password | 
| MaxConcurrentReservation | (int) Maximum number of licenses (sandbox reservations) allowed by the license pool. | 
| Domains | (string) Comma-separated list of domain ids to add the license pool to. | 
 Request example
Request example
                                        {
    "Name": "Test license pool",
    "Description": "license pool for testing",
    "MaxConcurrentReservation": 3,
    "Domains": ["985c3306-fad7-4e85-a4e3-c44876149657"]
}Response
 Response code
Response code
                                        200 OK
                                        


 
                                    



