latestOpenAPI 3.1.02026-08-218667571.2 MB
a8ca30023371
Admin APIs
migrations
Backfill Sector
One-off backfill to split "Internal & Partners" into "Internal" / "Partners".
Body example::
{
"sector_assignments": {
"Internal": ["<client-id-1>", "<client-id-2>"],
"Partners": ["<client-id-3>"]
},
"apply": true
}
Set apply: false (the default) for a dry-run.
post/api/v1/admin/migrations/backfill-sector
Request body
Response
Successful Response
{"stackTrail":"paths:/api/v1/admin/migrations/backfill-sector:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}