Edit Asset Component

Allows an asset component to be edited.

 

URL

{RMUrl}/api/Organization/assets/components/<AssetComponentCode>

 

REQUEST METHOD

PUT

 

URL PARAMETER

AssetComponentCode: This parameter is provided in the URL and does not need to be sent through PUT.

 

FORM CONTENT

Name (Optional): Name of the asset component. If not specified, the name of the asset component is, by default, the name of the asset followed by the short name of its associated knowledge base. Limit of 400 characters.

Description (Optional): Description of the asset component.

 

FORM CONTENT EXAMPLE

{

"Name":"Linux Server- Linux Suse 10",

"Description":"Linux and web server",

}

 

SUCCESS RESPONSE

HTTP status code 204: NoContent