Skip to content

Commit 77126cd

Browse files
committed
Potential fix to failing apiblueprint cucumber features
1 parent 365caf3 commit 77126cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/api_blueprint_documentation.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,12 +354,12 @@ Feature: Generate API Blueprint documentation from test examples
354354
355355
+ Parameters
356356
+ id: 1 (required, string) - Order id
357-
+ optional
357+
+ optional (optional)
358358
359359
+ Attributes (object)
360360
+ name: a name (required) - The order name
361-
+ amount
362-
+ description: a description (string) - The order description
361+
+ amount (optional)
362+
+ description: a description (optional, string) - The order description
363363
364364
### Deletes a specific order [DELETE]
365365

0 commit comments

Comments
 (0)