Skip to main content
POST
Add/remove names on the api_tools include/exclude lists and hot-reload

Authorizations

x-api-key
string
header
required

Body

application/json

Names to add to / remove from the manifest api_tools include and exclude lists. Each field is a bare name list; all four empty is refused.

exclude_add
string[]
exclude_remove
string[]
include_add
string[]
include_remove
string[]

Response

Success.

data
ApplyResponse · object
required

The standard mutation-op response: this worker's local reload result merged with the fleet fan-out summary. env_keys is the count of env keys the reload loaded.