curl --request PATCH \ --url https://api.geogen.io/v1/entities/updateprompt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "promptId": "abc123def456...", "prompt": "What are the best tools for SEO in 2026?"}'
Update an existing prompt’s text, language, geolocation, or active status. Set isActive to false to pause tracking for a prompt without deleting it.
PATCH
/
entities
/
updateprompt
curl --request PATCH \ --url https://api.geogen.io/v1/entities/updateprompt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "promptId": "abc123def456...", "prompt": "What are the best tools for SEO in 2026?"}'