action watchful_get_sites_by_tags { label: "Find sites by tag ID" description: "Returns a list of sites based with a specific tag id" provider: watchful method: GET path: "/tags/{id}/sites" encoding: json input: { type: "object" properties: { access_url: { type: "string" } error: { type: "string" } fields: { type: "string" } id: { type: "string" } ip: { type: "string" } jUpdate: { type: "string" } j_version: { type: "string" } limit: { type: "string" } limitstart: { type: "string" } name: { type: "string" } nbUpdates: { type: "string" } order: { type: "string" } published: { type: "string" } up: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }