Set tenant feature override
POST
/admin/features/{key}/tenants/{tenantId}
const url = 'https://shoehorn.example.com/api/v1/admin/features/example/tenants/example';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://shoehorn.example.com/api/v1/admin/features/example/tenants/exampleParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” key
required
string
tenantId
required
string
Responses
Section titled “ Responses ”Override set