action trello_get_members_board_backgrounds_by_id_member_by_id_board_backgroun { label: "getMembersBoardBackgroundsByIdMemberByIdBoardBackground()" provider: trello method: GET path: "/members/{idMember}/boardBackgrounds/{idBoardBackground}" encoding: json input: { type: "object" properties: { fields: { type: "string" } idBoardBackground: { type: "string" } idMember: { type: "string" } key: { type: "string" } token: { type: "string" } } required: ["idBoardBackground", "idMember", "key", "token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }