ApiGeo actions
Toggle the status of a GEO brand action
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
taskId*string
Catalog task ID
domainId*unknown
Domain (brand) ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/domains/{domainId}/geo-actions/string" \ -H "Content-Type: application/json" \ -d '{ "status": "todo" }'Empty
Empty