Skip to main content

Updates a workflow

Updates a specific workflow

Path Parameters
    projectId string required

    The project Id.

    workflowId string required

    The workflow Id.

Request Body required

The following is required(eTag).

    _etag string nullable
    description string nullable
    name string nullable
    tags object[] nullable
  • Array [
  • id string nullable
    name string nullable
  • ]
  • toolReferences object[] nullable
  • Array [
  • referenceDisplayName string nullable
    referenceId string nullable
    toolType int32

    Possible values: [0, 1, 2, 3, 4]

    Default value: 0

  • ]
Responses

The created workflow.


Schema
    _etag string nullable
    createdById string nullable
    createdByName string nullable
    createdUtc date-time nullable
    customerId string nullable
    description string nullable
    id string nullable
    isDeleted boolean nullable
    lastModifiedById string nullable
    lastModifiedByName string nullable
    lastModifiedUtc date-time nullable
    name string nullable
    projectId string nullable
    readReceipts object[] nullable
  • Array [
  • timeStamp date-time nullable
    userId string nullable
    userName string nullable
  • ]
  • tags object[] nullable
  • Array [
  • id string nullable
    name string nullable
  • ]
  • toolReferences object[] nullable
  • Array [
  • referenceDisplayName string nullable
    referenceId string nullable
    toolType int32

    Possible values: [0, 1, 2, 3, 4]

    Default value: 0

  • ]
  • type string nullable
Loading...