@@ -19,7 +19,7 @@ shared web link when only given a shared link.
19
19
This operation is performed by calling function ` find_web_link_for_shared_link ` .
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
@@ -60,7 +60,7 @@ Gets the information for a shared link on a web link.
60
60
This operation is performed by calling function ` get_shared_link_for_web_link ` .
61
61
62
62
See the endpoint docs at
63
- [ API Reference] ( https://developer.box.com/reference/get-web-links-id-get-shared-link/ ) .
63
+ [ API Reference] ( https://developer.box.com/reference/get-web-links-id-- get-shared-link/ ) .
64
64
65
65
<!-- sample get_web_links_id#get_shared_link -->
66
66
@@ -91,7 +91,7 @@ Adds a shared link to a web link.
91
91
This operation is performed by calling function ` add_share_link_to_web_link ` .
92
92
93
93
See the endpoint docs at
94
- [ API Reference] ( https://developer.box.com/reference/put-web-links-id-add-shared-link/ ) .
94
+ [ API Reference] ( https://developer.box.com/reference/put-web-links-id-- add-shared-link/ ) .
95
95
96
96
<!-- sample put_web_links_id#add_shared_link -->
97
97
@@ -130,7 +130,7 @@ Updates a shared link on a web link.
130
130
This operation is performed by calling function ` update_shared_link_on_web_link ` .
131
131
132
132
See the endpoint docs at
133
- [ API Reference] ( https://developer.box.com/reference/put-web-links-id-update-shared-link/ ) .
133
+ [ API Reference] ( https://developer.box.com/reference/put-web-links-id-- update-shared-link/ ) .
134
134
135
135
<!-- sample put_web_links_id#update_shared_link -->
136
136
@@ -169,7 +169,7 @@ Removes a shared link from a web link.
169
169
This operation is performed by calling function ` remove_shared_link_from_web_link ` .
170
170
171
171
See the endpoint docs at
172
- [ API Reference] ( https://developer.box.com/reference/put-web-links-id-remove-shared-link/ ) .
172
+ [ API Reference] ( https://developer.box.com/reference/put-web-links-id-- remove-shared-link/ ) .
173
173
174
174
_ Currently we don't have an example for calling ` remove_shared_link_from_web_link ` in integration tests_
175
175
0 commit comments