JWT

Update JWT Settings

Update JWT settings for the currently active organization.

post/api/jwt/settings

Request body

api_token_ttl_daysinteger required
api_tokens_enabledboolean

Enable JWT API token authentication for this organization

legacy_api_tokens_enabledboolean

Enable legacy API token authentication for this organization

Response

api_token_ttl_daysinteger required
api_tokens_enabledboolean

Enable JWT API token authentication for this organization

legacy_api_tokens_enabledboolean

Enable legacy API token authentication for this organization

Changes

Changed in 1 of the 97 revisions of this API.13

  • 7f42fb54a50313See the full diff
    • the api_token_ttl_days response property's max was increased from 365.00 to 73000.00 for the response status 201

      response-property-max-increased

    • the api_token_ttl_days request property's max was increased from 365.00 to 73000.00 (media type: application/json)

      request-property-max-increased

    • the api_token_ttl_days request property's max was increased from 365.00 to 73000.00 (media type: application/x-www-form-urlencoded)

      request-property-max-increased

    • the api_token_ttl_days request property's max was increased from 365.00 to 73000.00 (media type: multipart/form-data)

      request-property-max-increased

Of the 97 revisions, 1 has no diff computed.