Task

Update Grant Duration

Update the grant duration for a task. Only applies to grant tasks with a single entitlement that are not in a provision step. The new duration must not exceed the entitlement's maximum allowed provision time.

post/api/v1/tasks/{task_id}/action/update-grant-duration

Path parameters

task_idstring required

The ID of the task to update the grant duration for.

Request body

durationstring duration nullable required

Response

A generic response for task action endpoints, containing the updated task and the ID of the action that was created.

ticketActionIdstring

The ID of the task action created by this request.

Changes