Update an environment variable

Prev Next
Put
/environment_variables/{environment_variable_id}

Update an environment variable

Security
OAuth

Laravel passport oauth2 security.

FlowAuthorization Code
Authorization URLhttp://processmaker.test/oauth/authorize
Token URLhttp://processmaker.test/oauth/token
Refresh URLhttp://processmaker.test/token/refresh
HTTP
Type bearer
Path parameters
environment_variable_id
integerRequired

ID of environment variables to update

Body parameters
object
name
string
description
string
value
string
Responses
200

success

object
name
string
description
string
value
string
id
integer (id)
created_at
string (date-time)
updated_at
string (date-time)