action cpy_post_api_v1_server_following { label: "Follow a list of actors (PeerTube instance, channel or account)" provider: cpy method: POST path: "/api/v1/server/following" encoding: json input: { type: "object" properties: { handles: { type: "array" items: { type: "string" } } hosts: { type: "array" items: { type: "string" format: "hostname" } } } } output: { type: "object" additionalProperties: true } }