action vestorly_update_seed_custom_feed_by_id { label: "updateSeedCustomFeedById" description: "Updates a Category keywords" provider: vestorly method: PUT path: "/seed_custom_feeds/{id}" encoding: json input: { type: "object" properties: { access_token: { type: "string" } id: { type: "string" } vestorly_auth: { type: "string" } } required: ["id", "vestorly_auth"] additionalProperties: false } output: { type: "object" additionalProperties: true } }