Logo
OpenText Developer Cloud public resources API Documentation

add-attribute-to-cms-contract-file-type

POST {{apigee_host}}/cms/type-definitions/ot2_app_contract/attributes

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'apigee_host/cms/type-definitions/ot2_app_contract/attributes' -H 'Authorization: Bearer access_token' -H 'Content-Type: application/json' -d '{"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}'

ENDPOINTS