Adding a New Extended Attribute for a Package

AdminStudio 2024 | 27.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, a new extended attribute will be added for the package.

Adding a New Extended Attribute for a Package

Request Type

Description

API

http://localhost:8086/catalog/ASAddExtendedAttribute/?PackageId=11&AttributeName=Sample&AttributeValue=Admin

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 new attribute will be added along with the default extended attributes.

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/ASAddExtendedAttribute/?PackageId=11&AttributeName=Sample&AttributeValue=Admin

Response:

<data>Attribute added Successfully</data>