N1QL insert-select

SELECT META().id ||"_PT" AS  _k,
OBJECT_PUT(s,"type" , "PT") AS _v
FROM system:completed_requests  AS s 
LIMIT 10;