Update JWT Settings
Update JWT settings for the currently active organization.
Headers
Authorization
Header authentication of the form Token <token>
Request
This endpoint expects an object.
api_tokens_enabled
Whether JWT API tokens are enabled
legacy_api_tokens_enabled
Whether legacy API tokens are enabled
api_token_ttl_days
Number of days before API tokens expire
Response
JWT settings updated successfully
api_tokens_enabled
Whether JWT API tokens are enabled
legacy_api_tokens_enabled
Whether legacy API tokens are enabled
api_token_ttl_days
Number of days before API tokens expire