Skip to content

Commit c306532

Browse files
committed
reviewed, added TRACE for #325
1 parent 1301be3 commit c306532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: versions/3.0.md

+1
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ Field Name | Type | Description
418418
<a name="pathItemOptions"></a>options | [Operation Object](#operationObject) | A definition of a OPTIONS operation on this path.
419419
<a name="pathItemHead"></a>head | [Operation Object](#operationObject) | A definition of a HEAD operation on this path.
420420
<a name="pathItemPatch"></a>patch | [Operation Object](#operationObject) | A definition of a PATCH operation on this path.
421+
<a name="pathItemTrace"></a>trace | [Operation Object](#operationObject) | A definition of a TRACE operation on this path.
421422
<a name="pathItemServer"></a>[Server Object](#serverObject) | An alternative `server` object to service this operation.
422423
<a name="pathItemParameters"></a>parameters | [[Parameter Object](#parameterObject) <span>&#124;</span> [Reference Object](#referenceObject)] | A list of parameters that are applicable for all the operations described under this path. These parameters can be overridden at the operation level, but cannot be removed there. The list MUST NOT include duplicated parameters. A unique parameter is defined by a combination of a [name](#parameterName) and [location](#parameterIn). The list can use the [Reference Object](#referenceObject) to link to parameters that are defined at the [OpenAPI Object's parameters](#oasParameters).
423424

0 commit comments

Comments
 (0)