Passer au contenu principal
PATCH
/
supplemental-signals
TypeScript
import { ManagementClient } from "auth0";

async function main() {
    const client = new ManagementClient({
        token: "<token>",
    });
    await client.supplementalSignals.patch({
        akamaiEnabled: true,
    });
}
main();
{
  "akamai_enabled": true
}

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Corps

akamai_enabled
boolean
requis

Indicates if incoming Akamai Headers should be processed

Réponse

Supplemental Signals configuration successfully updated.

akamai_enabled
boolean

Indicates if incoming Akamai Headers should be processed