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
+1
Original file line number
Diff line number
Diff line change
@@ -311,6 +311,7 @@ A Path Item may be empty, due to [ACL constraints](#securityFiltering). The path
311
311
Field Name | Type | Description
312
312
---|:---:|---
313
313
<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*.
314
+
<a name="pathItemSummary"></a>summary | An optional, string summary, intended to apply to all operations in this path.
314
315
<a name="pathItemDescription"></a>description | An optional, string description, intended to apply to all operations in this path.
315
316
<a name="pathItemGet"></a>get | [Operation Object](#operationObject) | A definition of a GET operation on this path.
316
317
<a name="pathItemPut"></a>put | [Operation Object](#operationObject) | A definition of a PUT operation on this path.
0 commit comments