Extend the Expiry Date for a LinX Workflow

You can extend the expiry period for an ACTIVE LinX workflow.

Endpoint

POST /v2/linx/workflows/{workflowId}/extend

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

workflowId

string (UUID)

ID of the LinX workflow.

Request Body

extendBy  REQUIRED

integer

Number of hours to extend the expiry period.

Returns

If successful, returns 200 OK.

SAMPLE REQUEST

				
					{
  "extendBy": 24
}
				
			

SAMPLE RESPONSE

				
					{
  200 OK
}
				
			
Exit mobile version