v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBVariables
Update a variable
Update an existing variable.
patch/projects/{project_id}/variables/{name}
Path parameters
project_idstring required
Project ID
namestring required
name
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Request body
Example request
{
"name": "MY_VARIABLE",
"value": "Hello World"
}Response
OK
Example response
{
"name": "MY_VARIABLE",
"value": "Hello World",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
}