table_template
Create Table Template
Creates table template from an input and saves it into schema registry (table_template table in user database).
Parameters
- table_template_name: the name of the table template
- body: the body of the request, consisting of the table template body
Returns
A TableTemplate Pydantic object.
POST
Authorizations
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Path Parameters
Response
200 - application/json