SpiraPlan: REST Web Service (v7.0)

See all operations

PUT: project-templates/{project_template_id}/risks/workflows/{workflow_id}

Description

Updates a single workflow object

How to Execute

To access this REST web service, you need to use the following URL (make sure to replace any parameters (eg {project_id}) with the relevant value (eg 1):

https://api.inflectra.com/Spira/Services/v7_0/RestService.svc/project-templates/{project_template_id}/risks/workflows/{workflow_id}

Request Parameters

Name Description
project_template_id ProjectTemplateid of relevant template
workflow_id WorkflowId to be modified

Request Body

Property Description
Name Name of the workflow this object represents
IsActive Is this workflow active in this template
IsDefault Is this workflow the default for this template
NotifyForTransitions Incidents Only: Should transitions within this workflow notify (send emails) to relevant users
Guid The unique identifier for the artifact
ConcurrencyGuid GUID for representing the concurrency state of a given artifact
LastUpdateDate Last time the artifact was updated

Return Data

The JSON and XML examples below show the shape of one entry that will be returned. It does not show an example of how that entry will be populated.