Skip to content

Commit 9d52588

Browse files
committed
Added requestBodyDefinitions to componets
1 parent fae97d4 commit 9d52588

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

versions/3.0.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,14 +394,13 @@ Field Pattern | Type | Description
394394
<a name="definitionsObject"></a> | [Definitions Object](#definitionsObject) | A hash containing payload definitions for the specification.
395395
<a name="responsesDefinitionsObject"></a> | [Responses Definitions Object](#responsesDefinitionsObject) | Reusable responses objects.
396396
<a name="parametersDefinitionsObject"></a> | [Parameters Definitions Object](#parametersDefinitionsObject) | An object to hold parameters to be reused across operations. Parameter definitions can be referenced to the ones defined here.
397+
<a name="requestBodyDefinitionsObject"></a> | [Request Body Definitions Object](#requestBodyDefinitionsObject) | An object to hold request body definitions to be reused across operations. Request Body definitions can be referenced to the ones defined here.
397398
<a name="responseHeadersDefinitionsObject"></a> | [Response Headers Definitions Object](#responseHeadersDefinitionsObject) | Response headers to reuse across the specification.
398399
<a name="securityDefinitionsObject"></a> | [Security Definitions Object](#securityDefinitionsObject) | Security definitions to reuse across the specification.
399400
<a name="linksDefinitionObject"></a> | [Link Definitions Object](#linksDefinitionsObject) | Link definitions to reuse across the specification.
400401
<a name="callbacksDefinitionObject"></a> | [Callback Definitions Object](#callbacksDefinitionsObject) | Callback definitions to reuse across the specification.
401402

402403
All the fixed fields declared above are objects that MUST contain keys that only use the following characters: `a-zA-Z0-9.-_\`.
403-
Where it is necessary to namespace definition names the `.` character SHOULD be used to separate namespace segments of the name.
404-
This namespacing mechanism is simply a naming convention and this specification defines no special behavior on namespaced identifiers.
405404
406405
#### <a name="pathsObject"></a>Paths Object
407406
@@ -667,7 +666,7 @@ parameters:
667666
description: ID of pet that needs to be updated
668667
required: true
669668
type: string
670-
responseBody:
669+
requestBody:
671670
content:
672671
'application/x-www-form-urlencoded':
673672
schema:

0 commit comments

Comments
 (0)