Update a namespace
PUT {{baseUrl}}/namespaces/:namespaceId
Update a namespace
Request Body
{"display_name"=>"ECM Namespace - updated", "prefix"=>"ecm", "description"=>"Namespace for ECM - updated", "name"=>"ecm_namespace"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"display_name":"ECM Namespace - updated","name":"ecm_namespace","description":"Namespace for ECM - updated","prefix":"ecm","is_system":false,"is_default":false,"create_time":"2022-07-06T09:14:30.826Z","update_time":"2022-07-06T09:17:16.864Z","created_by":"3fa85f64-5717-4562-b3fc-2c963f66afa6","updated_by":"3fa85f64-5717-4562-b3fc-2c963f66afa6","etag":1,"active":true,"_links":{"self":{"href":"string"},"edit":{"href":"string"}}}