Variables REST Endpoints

Variables
A shortcut defined for a larger string that can be inserted in the body of an answer or inserted inline during a chat session. When the variable is inserted in the body of the answer or in a chat response, it is replaced with the value specified in the variable.
Create a variable
Method: post
Path: /services/rest/connect/v1.4/variables
Delete a variable
Method: delete
Path: /services/rest/connect/v1.4/variables/{id}
Get a variable
Method: get
Path: /services/rest/connect/v1.4/variables/{id}
Get multiple variables
Method: get
Path: /services/rest/connect/v1.4/variables
Update a variable
Method: patch
Path: /services/rest/connect/v1.4/variables/{id}