# Create a new row in a custom table Endpoint: POST /v1/api/custom-table-data/{tableName} Version: 1.2.4 Security: X-Api-Key ## Path parameters: - `tableName` (string, required) Table name (kebab-case) ## Response 201 fields (application/json): - `rowId` (object, required) Row ID Example: {"$oid":"507f1f77bcf86cd799439011"} ## Response 400 fields (application/json): - `statusCode` (number, required) HTTP status code Example: 400 - `message` (string, required) Error message describing what went wrong Example: "Validation failed: Field `schemaField` is required." - `error` (string, required) Error type/name Enum: "Bad Request", "Unauthorized", "Forbidden", "Not Found", "Conflict", "Unprocessable Entity", "Internal Server Error"