How do I update "What's on your mind?" status via API?

What is the API for setting/changing status "What's on your mind?"..?

Thank You!

I believe you're referring to the presence message, which can be set using PATCH /api/v2/users/{userId}/presences/{sourceId}.

Thank You!
This worked for me..