table_tags_post: Create a Table Tag

View source: R/generated_client.R

table_tags_postR Documentation

Create a Table Tag

Description

Create a Table Tag

Usage

table_tags_post(name)

Arguments

name

string required. Table Tag Name

Value

A list containing the following elements:

id

integer, Table Tag ID

name

string, Table Tag Name

createdAt

string, The date the tag was created.

updatedAt

string, The date the tag was recently updated on.

tableCount

integer, The total number of tables associated with the tag.

user

list, A list containing the following elements:

  • id integer, The ID of this user.

  • name string, This user's name.

  • username string, This user's username.

  • initials string, This user's initials.

  • online boolean, Whether this user is online.


civis documentation built on April 1, 2023, 12:01 a.m.