Skip to content

Commit

Permalink
CTC-2408 Match due date example values with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jancerman committed Apr 4, 2024
1 parent 6c4321d commit 3a60bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/management-api-v2/cm_api_v2_put_variant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
DueDate = new DueDateModel
{
Value = DateTime.Parse("2092-01-07T06:04:00.7069564Z")
Value = DateTime.Parse("2024-02-26T06:04:00.7069564Z")
},
new WorkflowStepIdentifier(Reference.ByCodename("default"), Reference.ByCodename("review")))
},
Expand Down
2 changes: 1 addition & 1 deletion rest/management-api-v2/cm_api_v2_put_variant.curl
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ curl --request PUT \
}
],
"due_date": {
"value": "2092-01-07T06:04:00.7069564Z"
"value": "2024-02-26T06:04:00.7069564Z"
}
}'

0 comments on commit 3a60bdb

Please sign in to comment.