action cpy_post_api_v1_server_followers_name_with_host_accept { label: "Accept a pending follower to your server" provider: cpy method: POST path: "/api/v1/server/followers/{nameWithHost}/accept" encoding: json input: { type: "object" properties: { nameWithHost: { type: "string" format: "email" } } required: ["nameWithHost"] additionalProperties: false } output: { type: "object" additionalProperties: true } }