action adafruit_create_block { label: "Create a new Block" description: "" provider: adafruit method: POST path: "/{username}/dashboards/{dashboard_id}/blocks" encoding: json input: { type: "object" properties: { dashboard_id: { type: "string" } username: { type: "string" } } required: ["dashboard_id", "username"] additionalProperties: false } output: { type: "object" additionalProperties: true } }