© 2024 Clarivate
PUT /api/.../sysadmin/sa
Sets a System Administration Attribute value (PPPP) in the SA database tables.
Name | Type | Required | Description |
---|---|---|---|
data | DtoSystemAdminAttributeData | Yes | sytem admin attribute data |
{
"Mnemonic":"PSPROFDEFCIRCCKIN",
"Domain":"User",
"DomainKeyID":1,
"DomainValue":"43091"
}
Code | Description |
---|---|
200 | OK. Success |
400 | Bad request. |
404 | ERROR: Invalid domain for attribute. OR Mnemonic is not valid in AdminAttributes |