Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/16788256/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagessysconfig-network-configuration/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagessysconfig-network-configuration/pt_BR/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-02-08T22:17:10.849927Z",
    "action": 59,
    "target": "variant: fcos\nversion: 1.3.0\nstorage:\n  files:\n    - path: /etc/NetworkManager/system-connections/${bondname}.${vlanid}.nmconnection\n      mode: 0600\n      contents:\n        inline: |\n          [connection]\n          id=${bondname}.${vlanid}\n          type=vlan\n          interface-name=${bondname}.${vlanid}\n          [vlan]\n          egress-priority-map=\n          flags=1\n          id=${vlanid}\n          ingress-priority-map=\n          parent=${bondname}\n          [ipv4]\n          dns-search=\n          may-fail=false\n          method=auto\n    - path: /etc/NetworkManager/system-connections/${bondname}.nmconnection\n      mode: 0600\n      contents:\n        inline: |\n          [connection]\n          id=${bondname}\n          type=bond\n          interface-name=${bondname}\n          [bond]\n          miimon=100\n          mode=active-backup\n          [ipv4]\n          method=disabled\n    - path: /etc/NetworkManager/system-connections/${bondname}-slave-${subnic1}.nmconnection\n      mode: 0600\n      contents:\n        inline: |\n          [connection]\n          id=${bondname}-slave-${subnic1}\n          type=ethernet\n          interface-name=${subnic1}\n          master=${bondname}\n          slave-type=bond\n    - path: /etc/NetworkManager/system-connections/${bondname}-slave-${subnic2}.nmconnection\n      mode: 0600\n      contents:\n        inline: |\n          [connection]\n          id=${bondname}-slave-${subnic2}\n          type=ethernet\n          interface-name=${subnic2}\n          master=${bondname}\n          slave-type=bond\n",
    "id": 14711202,
    "action_name": "String updated in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/14711202/?format=api"
}