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

Commit

Permalink
Version Bump 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed May 24, 2016
1 parent 90c5e55 commit 721d7b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 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.3] - 2016-05-24
### Added
- Example request body for /campaigns/{campaign_id}/schedules

## [1.0.2] - 2016-05-23
### Changed
- Swagger -> Open API Specification
Expand Down
3 changes: 3 additions & 0 deletions oai.json
Original file line number Diff line number Diff line change
Expand Up @@ -5099,6 +5099,9 @@
"in": "body",
"name": "body",
"schema": {
"example": {
"send_at": 1489451436
},
"properties": {
"send_at": {
"format": "int64",
Expand Down
2 changes: 2 additions & 0 deletions oai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4445,6 +4445,8 @@ paths:
format: int64
required:
- send_at
example:
send_at: 1489451436
responses:
'200':
description: ''
Expand Down

0 comments on commit 721d7b3

Please sign in to comment.