Server Variables REST Endpoints

Server Variables
The operations from the Server Variables category.
Create Server Variable
Method: post
Path: /variables
Delete Server Variable
Method: delete
Path: /variables/{variableName}
Get Server Variable
Method: get
Path: /variables/{variableName}
Get Server Variables
Method: get
Path: /variables
Update Server Variable
Method: put
Path: /variables/{variableName}