Unsuspend a LinX Template

Unsuspend a LinX template that currently has a SUSPENDED state. Once unsuspended, the template state will change to ACTIVE and the template can be used to create new workflows.

Endpoint

POST /v2/linx/templates/{templateId}/unsuspend

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

templateId  REQUIRED

string (UUID)

ID of the LinX template. This ID is the same for all versions of the template.

Request Body

None

Returns

If successful, returns 200 OK.

SAMPLE RESPONSE

				
					{
  200 OK
}
				
			
Exit mobile version