@@ -19,7 +19,7 @@ shared web link when only given a shared link.
19
19
This operation is performed by calling function ` findWebLinkForSharedLink ` .
20
20
21
21
See the endpoint docs at
22
- [ API Reference] ( https://developer.box.com/reference/get-shared-items-web-links/ ) .
22
+ [ API Reference] ( https://developer.box.com/reference/get-shared-items-- web-links/ ) .
23
23
24
24
<!-- sample get_shared_items#web_links -->
25
25
@@ -59,7 +59,7 @@ Gets the information for a shared link on a web link.
59
59
This operation is performed by calling function ` getSharedLinkForWebLink ` .
60
60
61
61
See the endpoint docs at
62
- [ API Reference] ( https://developer.box.com/reference/get-web-links-id-get-shared-link/ ) .
62
+ [ API Reference] ( https://developer.box.com/reference/get-web-links-id-- get-shared-link/ ) .
63
63
64
64
<!-- sample get_web_links_id#get_shared_link -->
65
65
@@ -92,7 +92,7 @@ Adds a shared link to a web link.
92
92
This operation is performed by calling function ` addShareLinkToWebLink ` .
93
93
94
94
See the endpoint docs at
95
- [ API Reference] ( https://developer.box.com/reference/put-web-links-id-add-shared-link/ ) .
95
+ [ API Reference] ( https://developer.box.com/reference/put-web-links-id-- add-shared-link/ ) .
96
96
97
97
<!-- sample put_web_links_id#add_shared_link -->
98
98
@@ -134,7 +134,7 @@ Updates a shared link on a web link.
134
134
This operation is performed by calling function ` updateSharedLinkOnWebLink ` .
135
135
136
136
See the endpoint docs at
137
- [ API Reference] ( https://developer.box.com/reference/put-web-links-id-update-shared-link/ ) .
137
+ [ API Reference] ( https://developer.box.com/reference/put-web-links-id-- update-shared-link/ ) .
138
138
139
139
<!-- sample put_web_links_id#update_shared_link -->
140
140
@@ -176,7 +176,7 @@ Removes a shared link from a web link.
176
176
This operation is performed by calling function ` removeSharedLinkFromWebLink ` .
177
177
178
178
See the endpoint docs at
179
- [ API Reference] ( https://developer.box.com/reference/put-web-links-id-remove-shared-link/ ) .
179
+ [ API Reference] ( https://developer.box.com/reference/put-web-links-id-- remove-shared-link/ ) .
180
180
181
181
_ Currently we don't have an example for calling ` removeSharedLinkFromWebLink ` in integration tests_
182
182
0 commit comments