Fetch API : POST datas width user id

System Information
  • Strapi Version: 4

Hi,

I try to POST a new entry with some datas and with the id of current user :

Everything’s allright except the user param.
Any idea ?

i tried :
data: {
…,
relations: {
user: [userID]
}
}
and
data: {
…,
user : [userID]
}
}
and so much more… :slight_smile:

thanks !