Update
Certified
Update a single attribute on a Monday board
Update
Certified
Update a single attribute on a Monday board
yaml
type: io.kestra.plugin.monday.boards.UpdateExamples
yaml
id: monday_update_board
namespace: company.team
tasks:
- id: rename
type: io.kestra.plugin.monday.boards.Update
apiToken: "{{ secret('MONDAY_API_TOKEN') }}"
boardId: "1234567890"
boardAttribute: name
newValue: "Q2 leads"
Properties
apiToken *Requiredstring
boardAttribute *Requiredstring
Possible Values
DESCRIPTIONNAMECOMMUNICATIONboardId *Requiredstring
newValue *Requiredstring
apiUrl string
Default
https://api.monday.com/v2apiVersion string
Default
2024-10maxRetries integerstring
Default
3retryInterval string
Default
PT5SretryMaxInterval string
Default
PT30S