How do you restrict column edit using APIs?

Opened again …

How do you restrict column edit using APIs? I know there is the defaults object than can be passed in to create_column but how do I restrict column edit using that defaults object?

2 Likes

hi @creading001

Welcome to the community! I don’t think it is possible to restrict column edit through the API, it is frontend only. The defaults argument is used to set labels for status and dropdown columns, but can’t be used to set edit restrictions.

A related question: can I get an information via API whether the column is restricted or not?

1 Like