Changes API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/changes/1733725/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://translate.checkmk.com/api/units/1967452/?format=api",
    "component": "https://translate.checkmk.com/api/components/checkmk/stable/?format=api",
    "translation": "https://translate.checkmk.com/api/translations/checkmk/stable/ja/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-05-15T08:47:42.796394Z",
    "action": 59,
    "target": "<p>各ログファイルパターンルールには、1つまたは複数のパターン(正規表現)を定義することができます。これらのパターンは選択されたログファイルに適用され、一致するログメッセージを再分類します。行にマッチする最初のパターンが、メッセージの再分類に使用されます。<a href=\"wato.py?mode=pattern_editor\">ログファイルパターンアナライザー</a>を使用して、ここで定義したルールをテストすることができます。</p><p>パターン中の特殊な正規表現文字にマッチさせるには、バックスラッシュを使ってその特殊な意味をエスケープする必要があることに注意してください。これは、特にWindowsのファイルパスと関係があります。例えばWindowsのパス\"C:\\Users\\amdin\\Desktop\"を一致させるためには 、\"C:\\\\Users\\\\admin\\\\Desktop\"と入力します。</p><p>状態として \"無視 \"を選択すると、一致するログが削除されます。その他の状態は、ログのエントリーは残りますが、その状態を再分類します。</p>",
    "id": 1733725,
    "action_name": "String updated in the repository",
    "url": "https://translate.checkmk.com/api/changes/1733725/?format=api"
}