Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/13355261/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-containers/masterpagesguidelinescontents/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-containers/masterpagesguidelinescontents/fi/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-03-16T15:35:28.273010Z",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "|Location\n|Description\n\n|`/usr/bin/run-mysqld`\n|Main executables that users usually use; one of them is usually set as default CMD\n\n|`/usr/libexec/container-setup`\n|Script that is run during container build to prepare container content; with this command we can run only one command instead of having a complicated scripts directly in the Dockerfile\n\n|`/etc/my.cnf`\n|Main config file for the daemon, the location of the config file should be the same as in RPM, because it is what users expect\n\n|`/usr/share/container-scripts/mysql/my-tuning.cnf.template`\n|Template for another config file, its content may be evaluated using `envsubst` utility, so concrete values are set according to environment variables given as argument to `docker run` command\n\n|`/var/lib/mysql/data`\n|Path to the data, that is often a docker VOLUME; the `data` part is important so the volume-mounted directory does not have a root-owned parent\n",
        "old_state": -1
    },
    "id": 10230138,
    "action_name": "String updated in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/10230138/?format=api"
}