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