Skip to content

Commit

Permalink
feat(json): updated API descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 30, 2016
1 parent a2c6b58 commit 8f01e8e
Show file tree
Hide file tree
Showing 145 changed files with 50,682 additions and 4,584 deletions.
6 changes: 3 additions & 3 deletions etc/api/adexchangebuyer/v1.2/adexchangebuyer-api.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/NUnz0H_oWow0qcTRC55iG-5RpbM\"",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/zqZsvSATKuDoq4Vo_kVWZ4Fg79c\"",
"discoveryVersion": "v1",
"id": "adexchangebuyer:v1.2",
"name": "adexchangebuyer",
"canonicalName": "Ad Exchange Buyer",
"version": "v1.2",
"revision": "20150909",
"revision": "20160118",
"title": "Ad Exchange Buyer API",
"description": "Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.",
"ownerDomain": "google.com",
Expand Down Expand Up @@ -199,7 +199,7 @@
"description": "The agency id for this creative.",
"format": "int64"
},
"api_upload_timestamp": {
"apiUploadTimestamp": {
"type": "string",
"description": "The last upload timestamp of this creative if it was uploaded via API. Read-only. The value of this field is generated, and will be ignored for uploads. (formatted RFC 3339 timestamp).",
"format": "date-time"
Expand Down
12 changes: 8 additions & 4 deletions etc/api/adexchangebuyer/v1.3/adexchangebuyer-api.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/s43VGxh95gMJhn2XULgCPUEFl2w\"",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/rEz2HiDx2Fu1wTpH2EJgUXCR4Qk\"",
"discoveryVersion": "v1",
"id": "adexchangebuyer:v1.3",
"name": "adexchangebuyer",
"canonicalName": "Ad Exchange Buyer",
"version": "v1.3",
"revision": "20150909",
"revision": "20160118",
"title": "Ad Exchange Buyer API",
"description": "Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.",
"ownerDomain": "google.com",
Expand Down Expand Up @@ -222,7 +222,7 @@
},
"budgetAmount": {
"type": "string",
"description": "The budget amount to apply for the billingId provided. This is required for update requests.",
"description": "The daily budget amount in unit amount of the account currency to apply for the billingId provided. This is required for update requests.",
"format": "int64"
},
"currencyCode": {
Expand Down Expand Up @@ -281,7 +281,7 @@
"description": "The agency id for this creative.",
"format": "int64"
},
"api_upload_timestamp": {
"apiUploadTimestamp": {
"type": "string",
"description": "The last upload timestamp of this creative if it was uploaded via API. Read-only. The value of this field is generated, and will be ignored for uploads. (formatted RFC 3339 timestamp).",
"format": "date-time"
Expand Down Expand Up @@ -600,6 +600,10 @@
"type": "string",
"description": "The currency code that applies to the fixed_cpm value. If not set then assumed to be USD."
},
"dealTier": {
"type": "string",
"description": "The deal type such as programmatic reservation or fixed price and so on."
},
"endTime": {
"type": "string",
"description": "End time for when this deal stops being active. If not set then this deal is valid until manually disabled by the publisher. In seconds since the epoch.",
Expand Down
Loading

0 comments on commit 8f01e8e

Please sign in to comment.