How can i specify author in postman en JSON format when i want to create node with POST ?
i tried {"title":"test","type":"article","author":"admin"} but didn't work
when i remove author it's work, but i need it.

Comments

Stefan Lehmann’s picture

Maybe try replacing the username "admin" with the user uid.

I like cookies!

Joekz’s picture

{"title":"testrest","type":"article","language":"english","author": {
"id": "1"
}}