PUT /api/v2/table/{path}

Creates a MapR Database JSON table

Parameters

Name Description
path

string

(path)

Required: Path to the new MapR Database JSON table

Request Example

The following creates a table with the path /apps/employees:
curl -X PUT \
  'https://10.10.100.42:8243/api/v2/table/%2Fapps/employees' \
  -u root:mapr

Response Example

201 Created