action art19_get_networks_id { label: "Get a specific network" description: "### Deprecations\n\n- The attribute `cover_image_id` has been replaced with the relationship `cover_image`\n and will be removed from the response in a future release.\n" provider: art19 method: GET path: "/networks/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" format: "uuid" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }