Changes API.

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

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

{
    "unit": "https://l10n.opensuse.org/api/units/14178673/?format=api",
    "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
    "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
    "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
    "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
    "timestamp": "2024-05-09T09:52:25.004335Z",
    "action": 36,
    "target": "% o用法:proxy_container_config [选项] PROXY_FQDN SERVER_FQDN MAX_CACHE EMAIL ROOT_CA CRT KEY\n\n参数:\n  PROXY_FQDN  此代理的唯一且可由 DNS 解析的完全限定域名。必须与任何已注册的客户端均不同。\n  SERVER_FQDN 代理要连接到的服务器的完全限定域名。\n  MAX_CACHE   最大缓存大小(以 MB 为单位)。理想值为存储空间的 60%。\n  EMAIL       代理管理员的电子邮件\n  CA          用于为 PEM 格式的代理证书签名的根 CA 的路径\n  CRT         PEM 格式的代理证书的路径\n  KEY         PEM 格式的代理证书私用密钥的路径\n\n选项:\n  -o、--output 用于创建生成的配置的路径。默认值为 \"config.tar.gz\"\n  -p、--ssh-port 代理要侦听的 SSH 端口。默认端口为 8022\n  -i、--intermediate-ca  用于为 PEM 格式代理证书签名的中间 CA 的路径。\n            可以提供多次。\n\n示例:\n  proxy_container_config -o config.zip proxy.lab server.lab 1024 proxy@acme.org root_ca.crt proxy.crt proxy.key\n",
    "id": 3050999,
    "action_name": "Translation approved",
    "url": "https://l10n.opensuse.org/api/changes/3050999/?format=api"
}