Post apigeobound country sets
GET / POST /api/geobound-country-sets/
Shared global reference table of versioned country-code presets used by
project geobound policies. READ (list) is open to any authenticated user
so they can pick a set when configuring a project/org/profile default;
CREATE is gated to system admins (IsSystemAdminOrReadOnly) so a tenant
user cannot inject or re-point shared-corpus rows.
Body
Versioned country-code preset used by project geobound policies
(DSS-650). A shared global reference table: readable by any
authenticated user (so they can pick a set) but mutated only by system
admins (see GeoBoundCountrySet*View). kind is auto-derived as a
ChoiceField from the model choices, so an invalid kind 400s.
96^[-a-zA-Z0-9_]+$255allow- Allowlist (permit only these countries)deny- Denylist (block these countries)
allow, deny 255200128Response
Versioned country-code preset used by project geobound policies
(DSS-650). A shared global reference table: readable by any
authenticated user (so they can pick a set) but mutated only by system
admins (see GeoBoundCountrySet*View). kind is auto-derived as a
ChoiceField from the model choices, so an invalid kind 400s.
96^[-a-zA-Z0-9_]+$255allow- Allowlist (permit only these countries)deny- Denylist (block these countries)
allow, deny 255200128