Skip to content

Commit

Permalink
feat(fcm)!: update the API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This release has breaking changes.
#### fcm:v1
The following keys were deleted:
- parameters.access_token.description
- parameters.access_token.location
- parameters.access_token.type
- parameters.oauth_token.description
- parameters.oauth_token.location
- parameters.oauth_token.type
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 12, 2020
1 parent 6a06dfc commit 7b137fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
12 changes: 1 addition & 11 deletions discovery/fcm-v1.json
Expand Up @@ -40,11 +40,6 @@
"location": "query",
"type": "string"
},
"access_token": {
"description": "OAuth access token.",
"location": "query",
"type": "string"
},
"alt": {
"default": "json",
"description": "Data format for response.",
Expand Down Expand Up @@ -76,11 +71,6 @@
"location": "query",
"type": "string"
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"location": "query",
"type": "string"
},
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
Expand Down Expand Up @@ -142,7 +132,7 @@
}
}
},
"revision": "20200505",
"revision": "20200608",
"rootUrl": "https://fcm.googleapis.com/",
"schemas": {
"AndroidConfig": {
Expand Down
8 changes: 0 additions & 8 deletions src/apis/fcm/v1.ts
Expand Up @@ -56,10 +56,6 @@ export namespace fcm_v1 {
* V1 error format.
*/
'$.xgafv'?: string;
/**
* OAuth access token.
*/
access_token?: string;
/**
* Data format for response.
*/
Expand All @@ -76,10 +72,6 @@ export namespace fcm_v1 {
* API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
*/
key?: string;
/**
* OAuth 2.0 token for the current user.
*/
oauth_token?: string;
/**
* Returns response with indentations and line breaks.
*/
Expand Down

0 comments on commit 7b137fa

Please sign in to comment.