Monday doc naming via API

Hello everyone.

I am looking for a way to create a Monday doc on a Board via API, but I am having trouble naming the doc.
I have this Query to create the doc and it works fine but there is no variable available for naming it:

mutation {
  create_doc(location: { board: { column_id: "Column_ID", item_id: Item_ID}}}}) {
    id
  }
}```

Weirdly enough if I chose to create the doc on a workspace the option is available...
![image|690x463](upload://81YhmIDgFbjpn19MN9fBqAHDzaO.png)

Is there a way to do it in the same Query or even in a separate one?

Thanks!

I am re-attaching the image because the pre-formatting of the post seems to have messed with it.