Company lists
Rename Company List
Authorization
Bearer AuthorizationBearer <token>
In: header
Path Parameters
list_id
integerrequiredRequest Body
application/json
- new_namestringrequired
New name of the company list
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://api.theirstack.com/v0/company_lists/0" \ -H "Content-Type: application/json" \ -d '{ "new_name": "string" }'{
"name": "string",
"id": 0,
"created_at": "2019-08-24T14:15:22Z",
"deletable": true,
"companies_count": 0,
"user_id": 0,
"type": "REVEALED_COMPANIES",
"webhook_id": 0
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}How is this guide?
Last updated on
