ReplaceExternalLinkRequest Data Type

Request to replace an external Link with another URL

Properties
name data type description
url string New URL
scope ReplaceScope Replacement scope (default is "link")

Example

{
  "url" : "https://totally.valid.url/",
  "scope" : "all"
}