Updating the Extended Attribute Value for a Package

AdminStudio 2024 | 27.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it will update the value of an extended attribute for the package.

Updating the attribute value for a package

Request Type

Description

API

http://localhost:8086/catalog/ASExtendedAttribute/?PackageId=6&AttributeName=ApplicationName&AttributeValue=Administrator

Method

POST

Parameters

List all parameters in the following format:

PackageId = The ID of the package
AttributeName = Name of the attribute
AttributeValue = Updating the attribute value

By providing the package ID, AttributeName, and AttributeValue as input parameters, the attribute value for a package is updated.

Connection Info

Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs 

Response

Example:

http://localhost:8086/catalog/ASExtendedAttribute/?PackageId=6&AttributeName=ApplicationName&AttributeValue=Administrator

Response:

<data>Attribute Value Set Successfully</data>