Skip to content

Commit e2338e7

Browse files
authored
Merge pull request #18 from ewaltman/master
- Added `overwrite` param for `UserSave_custom_domain_keyword` - Removed duplicate endpoint definition `LinkSocial`
2 parents a868e81 + b00eb07 commit e2338e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Resources/bitly.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,6 @@
152152
"uri": "/v3/link/social",
153153
"summary" : "Returns the \"social score\" for a specified bitly link. Note that the social score are highly dependent upon activity (clicks) occurring on the bitly link. If there have not been clicks on a bitly link within the last 24 hours, it is possible a social score for that link does not exist."
154154
},
155-
"LinkSocial": {
156-
"extends" : "abstract.bitly.link",
157-
"httpMethod": "GET",
158-
"uri": "/v3/link/social",
159-
"summary" : "Returns the \"social score\" for a specified bitly link. Note that the social score are highly dependent upon activity (clicks) occurring on the bitly link. If there have not been clicks on a bitly link within the last 24 hours, it is possible a social score for that link does not exist."
160-
},
161155
"LinkLocation": {
162156
"extends" : "abstract.bitly.link",
163157
"httpMethod": "GET",
@@ -369,6 +363,12 @@
369363
"type" : "string",
370364
"description": "The bitly short URL the specified keyword will map to",
371365
"required": true
366+
},
367+
"overwrite" : {
368+
"location": "query",
369+
"type" : "string",
370+
"description": "Optional - Boolean true or false indicating whether or not to overwrite existing entry if one exists (defaults to false).",
371+
"required": false
372372
}
373373
}
374374
},

0 commit comments

Comments
 (0)