Skip to main content
PATCH
/
v1
/
companies
/
{id}
Update a company
curl --request PATCH \
  --url https://thanos.notealy.com/v1/companies/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "domain": "<string>",
  "description": "<string>",
  "industry": "<string>",
  "size": "<string>",
  "website": "<string>",
  "city": "<string>",
  "state": "<string>",
  "country": "<string>",
  "categories": [
    "<string>"
  ],
  "customFields": {}
}
'
{
  "statusCode": 400,
  "message": "Validation failed",
  "error": "Bad Request"
}

Documentation Index

Fetch the complete documentation index at: https://docs.notealy.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string
required
domain
string

Domain — unique per instance if provided

description
string
industry
string
size
string
website
string
city
string
state
string
country
string
categories
string[]
customFields
object

Response

The updated company