Skip to main content
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
spotlight
/
table
/
config
cURL
curl --request POST \
  --url http://api/v1/projects/{projectUuid}/spotlight/table/config \
  --header 'Content-Type: application/json' \
  --data '
{
  "columnConfig": [
    {
      "isVisible": true,
      "column": "label"
    }
  ]
}
'
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Body

application/json

From T, pick a set of properties whose keys are in the union K

columnConfig
object[]
required

Response

Created

status
enum<string>
required
Available options:
ok
results
any