Create a context table with metadata.

Create a new custom context table (only CUSTOM table creation is supported) with attributes that represent the schema of the new table. You can either create new attributes, by providing new names, or reuse existing attributes, by providing their IDs. Attribute IDs can be retrieved using the get attributes API. Use isKey to signify which attribute is the key. There can be only a single key attribute in a table.

Language
Authorization
OAuth2
URL
Click Try It! to start a request and see the response here!