Update Custom Field Folder Name
PUT/custom-fields/folder/:id
Create Custom Field Folder
info
Only supports Custom Objects and Company (Business) today. Will be extended to other Standard Objects in the future.
Request
Version stringrequired
API Version
Available options
v3id stringrequired
- application/json
- Body
- Example (auto)
Bodyrequired
namestringrequired
Field name
locationIdstringrequired
Location Id
{
"name": "Name",
"locationId": "ve9EPM428h8vShlRW1KT"
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
idstringrequired
Unique identifier of the object
objectKeystringrequired
The key for your custom object. This key uniquely identifies the custom object. Example: "custom_object.pet" for a custom object related to pets.
locationIdstringrequired
Location Id
namestringrequired
Field name
{
"id": "string",
"objectKey": "custom_object.pet",
"locationId": "ve9EPM428h8vShlRW1KT",
"name": "Name"
}