We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365caf3 commit 77126cdCopy full SHA for 77126cd
features/api_blueprint_documentation.feature
@@ -354,12 +354,12 @@ Feature: Generate API Blueprint documentation from test examples
354
355
+ Parameters
356
+ id: 1 (required, string) - Order id
357
- + optional
+ + optional (optional)
358
359
+ Attributes (object)
360
+ name: a name (required) - The order name
361
- + amount
362
- + description: a description (string) - The order description
+ + amount (optional)
+ + description: a description (optional, string) - The order description
363
364
### Deletes a specific order [DELETE]
365
0 commit comments