You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.0.md
+2
Original file line number
Diff line number
Diff line change
@@ -321,6 +321,8 @@ A Path Item may be empty, due to [ACL constraints](#securityFiltering). The path
321
321
Field Name | Type | Description
322
322
---|:---:|---
323
323
<a name="pathItemRef"></a>$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*.
324
+
<a name="pathItemSummary"></a>summary | An optional, string summary, intended to apply to all operations in this path.
325
+
<a name="pathItemDescription"></a>description | An optional, string description, intended to apply to all operations in this path.
324
326
<a name="pathItemGet"></a>get | [Operation Object](#operationObject) | A definition of a GET operation on this path.
325
327
<a name="pathItemPut"></a>put | [Operation Object](#operationObject) | A definition of a PUT operation on this path.
326
328
<a name="pathItemPost"></a>post | [Operation Object](#operationObject) | A definition of a POST operation on this path.
0 commit comments