Cli Global
Update
Update an existing Cli Global record by ID.
put/api/cp/cli-global/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id": 12345,
"account_id": 1,
"cli": "example_cli",
"cli_rewrite": "example_cli_rewrite",
"p_asserted_identity_rewrite": "example_p_asserted_identity_rewrite",
"forced": 1,
"p_asserted_identity": "example_p_asserted_identity",
"notes": "example_notes",
"origination": 1,
"use_did": "Disabled",
"stir_shaken_cert_id": 1,
"stir_shaken_attestation": "None",
"dn_match": "example_dn_match",
"datastore_id": 1,
"allow_type": "example_allow_type",
"ftc_reported": 1,
"tag": "example_tag",
"flags": "example_flags",
"performance_top_batch_size": 100,
"performance_interval": 1000,
"performance_ban_time": 1000,
"hit_limit": 123,
"hit_interval": 1000
}Response
Operation completed successfully
Example response
{
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.