Token (Admin)
Update the token policy
Merge-updates the token policy. Only the fields provided in the request body are updated; unspecified fields retain their current values. Requires admin (sudo) privileges. Changes take effect immediately for new token operations.
put/api/admin/tokens/policy
Headers
X-EDH-USERstring required
Admin username
X-EDH-TOKENstring required
Admin authentication token
Request body
Response
Policy updated successfully (returns merged policy)
Example response
{
"success": true
}