Variables
Update a Variable Set
put/{spaceId}/variables/{id}
Path parameters
spaceIdstring required
idstring required
Gets or sets a unique identifier for this resource.
Request body
Example request
{
"SpaceId": "Spaces-1"
}Response
Confirms that a variable set has been modified, containing the updated variable set
Example response
{
"SpaceId": "Spaces-1"
}