Skip to content

Commit

Permalink
Add derivedPercentageDone to our OAS3 documentation
Browse files Browse the repository at this point in the history
Keeping docs up-to-date.
  • Loading branch information
aaron-contreras committed Jan 18, 2024
1 parent e34ea15 commit cff02aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api/apiv3/components/schemas/work_package_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ properties:
type: integer
description: Amount of total completion for a work package
maximum: 100
derivedPercentageDone:
type: integer
description: Amount of total completion for a work package derived from itself and its descendant work packages
readOnly: true
createdAt:
type: string
format: date-time
Expand Down

0 comments on commit cff02aa

Please sign in to comment.