Updating the Extended Attribute Value for a Package
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.
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:
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> |