API Reference

POST table-configs/Z

POST
table-configs/Z

POST operation for table-configs/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://dev-rest.onboard.io/table-configs/Z" \  -H "Content-Type: application/json" \  -d '{    "object": "string"  }'
{
  "id": 0,
  "user": "string",
  "object": "string",
  "config": {},
  "name": "string",
  "user_id": 0
}
Empty
Empty
Empty

How is this guide?