diff --git a/versions/3.0.md b/versions/3.0.md index 1d6a2d02a9..bb8629d6d2 100644 --- a/versions/3.0.md +++ b/versions/3.0.md @@ -311,6 +311,8 @@ A Path Item may be empty, due to [ACL constraints](#securityFiltering). The path Field Name | Type | Description ---|:---:|--- $ref | `string` | Allows for an external definition of this path item. The referenced structure MUST be in the format of a [Path Item Object](#pathItemObject). If there are conflicts between the referenced definition and this Path Item's definition, the behavior is *undefined*. +summary | An optional, string summary, intended to apply to all operations in this path. +description | An optional, string description, intended to apply to all operations in this path. get | [Operation Object](#operationObject) | A definition of a GET operation on this path. put | [Operation Object](#operationObject) | A definition of a PUT operation on this path. post | [Operation Object](#operationObject) | A definition of a POST operation on this path.