Skip to main content

Attribute type

textarea

Use it for

Longer free-form text such as bios, descriptions, notes, or summaries.

Request value

Send a string.
{
  "fields": {
    "bio": "Pioneer of computing and analytical engines."
  }
}

Returned shape

Returns a string.

Example response

{
  "fields": {
    "bio": "Pioneer of computing and analytical engines."
  }
}