v1

latestOpenAPI 3.0.32026-07-2415128381.3 KB
Keys

Multi-update

Updates one or more keys in the project. Requires Manage keys admin right.

Requires <code>write_keys</code> OAuth access scope.

put/projects/{project_id}/keys

Path parameters

project_idstring required

A unique project identifier

Request body

use_automationsboolean

Whether to run automations on the updated key translations.

Example request

{
  "keys": [
    {
      "translations": [
        {
          "translation": "single-value"
        }
      ]
    }
  ]
}

Response

OK

project_idstring