| ⚠️ This endpoint is currently in BETA |
|---|
Update a single field value on a company.
Documentation Index
Fetch the complete documentation index at: https://developer.affinity.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Company ID
1 <= x <= 9007199254740991Field ID
"affinity-data-location"
"field-1234"
{
"type": "location",
"data": {
"continent": "North America",
"country": "United States",
"streetAddress": "1 Main Street",
"city": "San Francisco",
"state": "California"
}
}
No Content