Update a custom attribute
PUT {{baseUrl}}/extended_attributes/:extended_attribute_id/custom-attributes/:custom_attribute_id
Update a custom attribute for a particular extended model
Request Body
{"Name"=>"<string>", "Identifier"=>"<string>", "Description"=>"<string>", "Behaviour"=>1, "DropdownValues"=>"<string>", "ValidationRegExp"=>"<string>", "AddToKeyMetadata"=>"<boolean>", "Required"=>"<boolean>", "ShowOnSignUp"=>"<boolean>", "WriteOnceReadMany"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"Name":"\u003cstring\u003e","Identifier":"\u003cstring\u003e","Description":"\u003cstring\u003e","Behaviour":2,"DropdownValues":"\u003cstring\u003e","ValidationRegExp":"\u003cstring\u003e","AddToKeyMetadata":"\u003cboolean\u003e","Required":"\u003cboolean\u003e","ShowOnSignUp":"\u003cboolean\u003e","WriteOnceReadMany":"\u003cboolean\u003e","ID":"\u003cinteger\u003e","Type":3}