add-attribute-to-cms-contract-file-type
POST {{apigee_host}}/cms/type-definitions/ot2_app_contract/attributes
Request Body
{"name"=>"additional_attribute", "display_name"=>"Additional Atribute", "data_type"=>"integer", "repeating"=>false, "searchable"=>true, "sortable"=>true, "internal"=>false, "read_only"=>false, "auditable"=>true, "required"=>false, "unique"=>false, "system"=>false, "localizable"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |