From f01050af04199b36e3ee4c64bff5d24f581af714 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Fri, 8 Apr 2016 05:53:37 -0700 Subject: [PATCH 1/2] added description field --- versions/3.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/versions/3.0.md b/versions/3.0.md index 1d6a2d02a9..9d5efe842b 100644 --- a/versions/3.0.md +++ b/versions/3.0.md @@ -311,6 +311,7 @@ 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*. +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. From af758160fc94fe90eac96789c7cfbeb35c7d4311 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 11 Apr 2016 13:25:12 -0700 Subject: [PATCH 2/2] added summary --- versions/3.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/versions/3.0.md b/versions/3.0.md index 9d5efe842b..bb8629d6d2 100644 --- a/versions/3.0.md +++ b/versions/3.0.md @@ -311,6 +311,7 @@ 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.