Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Version Bump v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed May 24, 2016
1 parent 721d7b3 commit 4d83640
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.0.4] - 2016-05-24
### Fixed
- Bug in the /mail/send/beta schema

## [1.0.3] - 2016-05-24
### Added
- Example request body for /campaigns/{campaign_id}/schedules
Expand Down
2 changes: 1 addition & 1 deletion oai.json
Original file line number Diff line number Diff line change
Expand Up @@ -11697,7 +11697,7 @@
"type": "string"
},
"disposition": {
"default": "inline, attachment",
"default": "attachment",
"description": "The content-disposition of the attachment specifying how you would like the attachment to be displayed. For example, \u201cinline\u201d results in the attached file being displayed automatically within the message while \u201cattachment\u201d results in the attached file requiring some action to be taken before it is displayed (e.g. opening or downloading the file).",
"enum": [
"inline",
Expand Down
2 changes: 1 addition & 1 deletion oai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13692,7 +13692,7 @@ paths:
description: The filename of the attachment.
disposition:
type: string
default: 'inline, attachment'
default: attachment
description: 'The content-disposition of the attachment specifying how you would like the attachment to be displayed. For example, “inline” results in the attached file being displayed automatically within the message while “attachment” results in the attached file requiring some action to be taken before it is displayed (e.g. opening or downloading the file).'
enum:
- inline
Expand Down

0 comments on commit 4d83640

Please sign in to comment.