OptionalcompleteDate?: string | DateOptionalcreatedDate?: string | DateOptionalendDate?: string | DateOptionalgoal?: stringOptionalid?: numberOptionaloriginBoardId?: numberThe ID of the sprint to update.
OptionalstartDate?: string | DateOptionaloptions: RequestOptions
Performs a full update of a sprint. A full update means that the result will be exactly the same as the request body. Any fields not present in the request JSON will be set to null.
Notes: