> ## Documentation Index
> Fetch the complete documentation index at: https://developers.authlete.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Server v2 2 february 2024

***

title: Authlete 2.2 2024年02月リリースノート
author: Morikawa
version: 2.2
------------

##### バージョン番号：2.2.50

# 本リリースの概要

本リリースは Authlete バージョン 2.2 のマイナーアップデート版です。バージョン 2.2.44 からの変更点を以下に示します。

# 新たにサポートする標準仕様

ありません。

# 新たに追加された設定項目

ありません。

# 追加・変更された API

## /auth/token/update API

`/auth/token/update` API に 以下のリクエストパラメーターを追加しました。

\* `refreshTokenExpiresAt`
\* `refreshTokenExpiresAtUpdatedOnScopeUpdate`

詳細は [authlete-java-common ライブラリ](https://github.com/authlete/authlete-java-common/) の [TokenUpdateRequest クラス の JavaDoc](https://authlete.github.io/authlete-java-common/com/authlete/common/dto/TokenUpdateRequest.html) をご参照ください。

## locked レスポンスパラメーター

`locked` レスポンスパラメーターを以下の API に追加しました。このパラメーターはクライアントがロックされているかどうかを表します。

\* `/client/get/{clientId}` API
\* `/client/get/list` API
