Skip to content

Commit af75816

Browse files
committed
added summary
1 parent f01050a commit af75816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versions/3.0.md

+1
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ A Path Item may be empty, due to [ACL constraints](#securityFiltering). The path
311311
Field Name | Type | Description
312312
---|:---:|---
313313
<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.
314315
<a name="pathItemDescription"></a>description | An optional, string description, intended to apply to all operations in this path.
315316
<a name="pathItemGet"></a>get | [Operation Object](#operationObject) | A definition of a GET operation on this path.
316317
<a name="pathItemPut"></a>put | [Operation Object](#operationObject) | A definition of a PUT operation on this path.

0 commit comments

Comments
 (0)