CredentialAttributeValuePut

Payload to update an existing credential attribute value

Properties

Name Type Description
value string New value for the credential attribute
View JSON Schema on GitHub

JSON Schema

automation-anywhere-credentialattributevalueput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CredentialAttributeValuePut",
  "title": "CredentialAttributeValuePut",
  "type": "object",
  "description": "Payload to update an existing credential attribute value",
  "properties": {
    "value": {
      "type": "string",
      "description": "New value for the credential attribute"
    }
  }
}