ModifyCustomAttributes
This API modifies the attributes of a key.
URL
<http/https>://<host-name>:<Port>/protectappws/services/rest/key/modifyCustomAttributes
Input Parameters
Parameters | Description |
---|---|
username | Use name. |
password | Password associate with the user. |
keyName | Name of the key for which attributes are to be modified. |
Attribute | List of attribute names and values. The type parameter lets you optionally specify the type for attribute. The default attribute type is String. The supported attribute types are: — Date/Time — Byte String — Integer — Long Integer — Big Integer — String — Interval — Enumeration — Boolean |
Sample REST call
request
response
Sample SOAP Parameters
Output
Note
The list of attributes that we get in response is comma separated so any attribute (name and value) having special characters (particularly , and {} and “” and =) will be displayed as it is and will make the attribute difficult to read. So, it is recommended NOT to use special characters (particularly , and {} and “” and =) in the input.