action powerdns_put_tsigkey { label: "putTSIGKey" description: "The TSIGKey at tsigkey_id can be changed in multiple ways:\n * Changing the Name, this will remove the key with tsigkey_id after adding.\n * Changing the Algorithm\n * Changing the Key\n\nOnly the relevant fields have to be provided in the request body.\n" provider: powerdns method: PUT path: "/servers/{server_id}/tsigkeys/{tsigkey_id}" encoding: json output: { type: "object" additionalProperties: true } }