Dear community!
Tltr: Is there a way to activate a column via REST ?
This is my situation: At the moment i have an issue that i want to activate an Column via REST API. In the documentation i found an resource where i am able to GET all the columns. As example this one.
GET /v1/nodes/{id}/columns
The response is really clear for me ( i excludes some odf the values for better readibility. ) The column is available because i activated that manually. But is there a way to do this via a REST call.
{
"columns":[
{
"id":16355074,
"locked":false,
"alignment":"center",
"column_key":"wnf_att_knh61_2",
.....
"name":"Dokumentenklasse",
"display_value":"%value%",
"is_default":false,
"is_system_column":false,
.....
"new_window":false,
.....
"ready":true,
"sortable":true,
.....
}
]
}
Does anybody knows how to solve it? Or in other ways is there an information in the documention wich covers that ?
All the best and have a wonderful day.
Cheers Christian