@@ -555,8 +555,8 @@ paths:
555555 post :
556556 tags :
557557 - epics
558- summary : Creates an single epic for an app
559- description : Returns created epic.
558+ summary : Create a single epic for an app
559+ description : Returns the created epic.
560560 operationId : postProjectEpics
561561 parameters :
562562 - in : path
@@ -575,7 +575,7 @@ paths:
575575 properties :
576576 name :
577577 type : string
578- example : My first Epic
578+ example : My first epic
579579 objective :
580580 type : string
581581 example : Objective of the whole epic is...
@@ -599,7 +599,7 @@ paths:
599599 ' 400 ' :
600600 description : |-
601601 The request likely contains invalid data or is missing data.
602- The error response gives additional feedback.
602+ The error response includes additional feedback.
603603 content :
604604 application/json :
605605 schema :
@@ -611,8 +611,7 @@ paths:
611611 ' 401 ' :
612612 description : |-
613613 The required item could not be found.
614-
615- The error response gives additional feedback.
614+ The error response includes additional feedback.
616615 content :
617616 application/json :
618617 schema :
@@ -624,8 +623,7 @@ paths:
624623 ' 404 ' :
625624 description : |-
626625 The required item could not be found.
627-
628- The error response gives additional feedback.
626+ The error response includes additional feedback.
629627 content :
630628 application/json :
631629 schema :
@@ -651,7 +649,7 @@ paths:
651649 format : uuid
652650 - in : path
653651 name : epicUUID
654- description : The UUID of the Epic
652+ description : The UUID of the epic
655653 required : true
656654 schema :
657655 type : string
@@ -665,7 +663,7 @@ paths:
665663 properties :
666664 name :
667665 type : string
668- example : My first Epic
666+ example : My first epic
669667 objective :
670668 type : string
671669 example : Objective of the whole epic is...
@@ -699,8 +697,7 @@ paths:
699697 ' 401 ' :
700698 description : |-
701699 The required item could not be found.
702-
703- The error response gives additional feedback.
700+ The error response includes additional feedback.
704701 content :
705702 application/json :
706703 schema :
@@ -712,8 +709,7 @@ paths:
712709 ' 404 ' :
713710 description : |-
714711 The required item could not be found.
715-
716- The error response gives additional feedback.
712+ The error response includes additional feedback.
717713 content :
718714 application/json :
719715 schema :
@@ -738,7 +734,7 @@ paths:
738734 format : uuid
739735 - in : path
740736 name : epicUUID
741- description : The ID of the Epic
737+ description : The ID of the epic
742738 required : true
743739 schema :
744740 type : string
@@ -749,8 +745,7 @@ paths:
749745 ' 401 ' :
750746 description : |-
751747 The required item could not be found.
752-
753- The error response gives additional feedback.
748+ The error response includes additional feedback.
754749 content :
755750 application/json :
756751 schema :
@@ -762,8 +757,7 @@ paths:
762757 ' 404 ' :
763758 description : |-
764759 The required item could not be found.
765-
766- The error response gives additional feedback.
760+ The error response includes additional feedback.
767761 content :
768762 application/json :
769763 schema :
0 commit comments