Logo
OpenText Developer Cloud public resources API Documentation

create-namespace

POST {{apigee_host}}/cms/namespaces

 

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/namespaces' -H 'Authorization: Bearer access_token' -H 'Content-Type: application/json' -d '{"prefix":"ot2_app","display_name":"OT2 approval","description":"OT2 approval for demo","name":"ot2_approval"}'

ENDPOINTS