Logo
OpenText Developer Cloud public resources API Documentation

create a new Namespace

POST {{baseUrl}}/namespaces

Create a new namespace

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status Created

{ "id": "e0c32afe-30b2-428e-46e3-45650b84b21d", "etag": -84523381, "is_system": true, "active": false, "created_by": "urn:uuid:f1c2cb52-be1c-f8e7-9dd6-bc85975aa45f", "create_time": "1978-04-09T14:47:09.599Z", "update_time": "1959-09-18T17:09:39.306Z", "updated_by": "urn:uuid:e360dbbe-e2b3-1b64-e32e-2508bbeaf90a", "display_name": "dolor", "prefix": "labore ", "description": "nulla", "name": "e3dyyn", "_links": { "urn:eim:linkrel:deactivate": { "href": "voluptate tempor do" }, "self": { "href": "veniam ut" }, "edit": { "href": "deserunt laboris" } } }



Curl
curl -X POST 'https://na-1-dev.api.opentext.com/cms/namespaces' -H 'Content-Type: application/json' -d '{"display_name":"ad laboris","name":"a","prefix":"esse l","description":"occaecat officia commodo qui deserunt"}'

ENDPOINTS