updating dashboard filter with python sdk

Hi i want to update a filter into looker dashboard and assign default values to the filter, the filter exists in the look.ml file/views ?
this is where i am at 
import looker_sdk

sdk = looker_sdk.init31()

dash = sdk.dashboard("5202")
dash

I cant seem to figure out how to get the filters and update filters ?

0 0 161