I want to add tags to a wordpress post, but I keep getting this error:
[400] Invalid parameter(s): tags (error code: rest_invalid_param)
tags: tags[0] is not of type integer.
I don’t understand what I need to do. I already made sure the tags exists in wp, I extracted the IDs. I tried pushing it as an array and as simple text, separated by comma. But it doesn’t work.
I am probably missing something extremely simple, but I’ve been sitting with this for hours and are about to go insane. Please help.
Hi @H_Ravn , you need to map it to the tag number. You can find the tag numbers by using search a tag or get a tag then you can map that number into the post module.