Changing Core ID in an Event not from a Particle device

Hi,

I have created a utility to publish events from my PC, basically just so I could test my other code. I use the CLI command

https://docs.particle.io/reference/api/#publish-an-event

to send an event to the stream. But what I have noticed is that the event sets the core ID to 001 as shown below:

  • {“name”:“you”,“data”:“stinker”,“ttl”:“60”,“published_at”:“2016-09-16T21:09:01.888Z”,“coreid”:“001”}

Anybody know a way to set that ID to something other than 001? The cloud API appears to only let me set name, data, TTL, and private/public