Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/15225138/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-09-15T03:35:58.317523Z",
    "action": 59,
    "target": "There are three possible values for this option: match, only, enable. <quote>match</quote> is used to match offline and online states for Kerberos methods. <quote>only</quote> ignores the online methods and only offer the local ones. enable allows explicitly defining the methods for local authentication. As an example, <quote>enable:passkey</quote>, only enables passkey for local authentication. Multiple enable values should be comma-separated, such as <quote>enable:passkey, enable:smartcard</quote>",
    "id": 12481891,
    "action_name": "String updated in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/12481891/?format=api"
}