action doqs_fill { label: "Fill" provider: doqs method: POST path: "/templates/{id}/fill" encoding: json input: { type: "object" properties: { data: { type: "object" } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }