Toggle a country flag
PATCH/store/countries/:countryId/toggle
Flips the access or checkout flag (selected via the field query parameter) for one active country and returns its new value.
Request
Responses
- 200
- 400
- 401
- 404
- 429
Flag toggled. result contains only the toggled field with its new value.
Validation error
Unauthorized - Invalid or missing API key
Resource not found
Rate limit exceeded
Response Headers
Retry-After