action adafruit_create_group_data { label: "Create new data for multiple feeds in a group" provider: adafruit method: POST path: "/{username}/groups/{group_key}/data" encoding: json input: { type: "object" properties: { group_key: { type: "string" } username: { type: "string" } } required: ["group_key", "username"] additionalProperties: false } output: { type: "object" additionalProperties: true } }