widget[board_id] is not settable for screens
Closed this issue · 2 comments
grosser commented
need to figure out if:
- it is settable via the api at all
- how to ignore it during diffing since we cannot read it
clarkbab commented
@grosser, looks like we can set board_id
via the API... For example, I updated one of the widget's board_id
value to 100000
in the zendesk_channels
project, ran bundle exec rake kennel:update_datadog
, and then fetched the screen using Postman. board_id
was returned as 100000
.
clarkbab commented