@connectedxm/client 7.2.7 → 7.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12190,7 +12190,7 @@ var UpsertLinkPreview = async ({
|
|
|
12190
12190
|
}) => {
|
|
12191
12191
|
const clientApi = await GetClientAPI(clientApiParams);
|
|
12192
12192
|
const { data } = await clientApi.put(
|
|
12193
|
-
`/
|
|
12193
|
+
`/organization/link-preview`,
|
|
12194
12194
|
{
|
|
12195
12195
|
href
|
|
12196
12196
|
}
|