API V2 POST /wiki/api/v2/pages - using a template possible?

Hi All,

Not finding any info, is it possible to specify a template in the V2 api?
I’ve tried a few combinations in the data, but no luck.

Like:

"metadata"= @{
        "properties"= @{
            "theID"= @{
                "value"= "true"
            }

Thanks in advance.
Neil.

Dear @NeilBlandford

based on my experience you must download the content of the template first (currently using the v1 REST API), do your work and then POST it.

Best regards

Andreas

Thanks Andreas,

That makes sense, I’ll give it a go.

Have a good one.
Neil.