v1
latestOpenAPI 3.0.12026-07-245752052.0 MBCompany Attributes
Add values to a company attribute
Adds a list of values to a company attribute.
post/v2/company_attributes/{type}/values
Path parameters
typestring required
Company Attribute type
Request body
Example request
{
"attribute_values": [
"Javascript",
"Ruby"
]
}Response
Values Created