PUT v1/bunits/{bunitId}/datacenters/{dataCenterId}/spservers/{spServerId}/clientoptionsets/{clientOptionSetId}
Update a COS.
            (SP)
                
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
bunitId | 
                    The ID of the business unit of the data center | integer | 
                                 Required  | 
                
dataCenterId | 
                    The ID of the data center of the server | integer | 
                                 Required  | 
                
spServerId | 
                    The ID of the server of the cos | integer | 
                                 Required  | 
                
clientOptionSetId | 
                    The ID of the cos to update | integer | 
                                 Required  | 
                
Body Parameters
The cos object to update
ClientOptionSet| Name | Description | Type | Additional information | 
|---|---|---|---|
Name | 
                    
The name of the client option set | 
                    string | 
                             None.  | 
                
Description | 
                    
The description of the client option set | 
                    string | 
                             None.  | 
                
Server | 
                    
The server containing the client option set | 
                    SpServer | 
                             None.  | 
                
ClientOptions | 
                    
A list of all the option in this set | 
                    Collection of ClientOption | 
                             None.  | 
                
Id | 
                    
A unique ID for the object. | 
                    integer | 
                                 Read-only.  | 
                
CreatedDate | 
                    
Time and date the object was created. | 
                    date | 
                                 Read-only.  | 
                
ArchivedDate | 
                    
Time and date the object was or is going to be archived.  Unarchived objects have no value in ArchivedDate  | 
                    date | 
                                 Read-only.  | 
                
Operations | 
                    Collection of OperationResult | 
                             None.  | 
                
Request Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
Sample not available.
Response Information
Resource Description
The updated cos
IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.