How do you mutate settings_str of a view?

{
  "data": {
    "complexity": {
      "before": 10000000,
      "reset_in_x_seconds": 60,
      "after": 9999977
    },
    "boards": [
      {
        "views": [
          {
            "name": "VIEW NAME",
            "type": "FeatureBoardView",
            "settings_str": "{}"
          }
        ]
      }
    ]
  },
  "account_id": X
}

settings_str cannot be mutated

1 Like

What’s the best way to set board settings from a custom widget/view? @kolaai

Hello @ianhunter373,
I haven’t had much experience with the board view settings so I can’t tell but from the documentation, it seems the way to get the settings is through the settings_str.

1 Like

Hello there @ianhunter373,

If I understand correctly what you need, I think this might be what you are looking for :grin:

Cheers,
Matias

Thanks @Matias.Monday, I’ll try this out. :+1:

1 Like

Happy to help @ianhunter373 !!

Let us know if you need anything!

1 Like