Hey guys! I'm having a problem when trying to publish a bot via API, and I would like to leave it with the published status. I'm using the following publishing endpoint:
POST URL:
https://app.typebot.io/api/v1/typebots/{typebotId}/publishResponse:
{
"message": "success"
}
The publication seems to be successful, but the 'publicId' field is not being returned in the response, which means that the bot is not publicly accessible. I've already checked the "isPublic": true parameter and queried the publication status via the GET endpoint, but the publicId is still missing.
Can you help me understand what might be wrong or if there are any additional steps I should take to complete the publication, generate the publicId and the published status?