Unfurls
Block link unfurling
post /api/http/unfurls/block-unfurl
Block link unfurling
|
Request arguments |
---|
object with fields: link : string 
wholeHost : boolean 
|
|
Block link unfurling for organization
post /api/http/unfurls/block-unfurl-global
Block link unfurling for organization
|
Request arguments |
---|
object with fields: link : string 
wholeHost : boolean 
|
|
Check if unfurl is blocked
post /api/http/unfurls/check-blocked
|
Request arguments |
---|
object with fields: link : string 
|
|
Unblock link unfurling
post /api/http/unfurls/unblock-unfurl
Unblock link unfurling
|
Request arguments |
---|
object with fields: link : string 
wholeHost : boolean 
|
|
Unblock link unfurling for organization
post /api/http/unfurls/unblock-unfurl-global
Unblock link unfurling for organization
|
Request arguments |
---|
object with fields: link : string 
wholeHost : boolean 
|
|
List blocked unfurls
get /api/http/unfurls/list-blocked
|
Request arguments |
---|
$skip : string (Query) ( Nullable and Optional , defaults to null )
| $top : integer (format: int32) (Query) ( Nullable and Optional , defaults to 100 )
|
Response |
---|
object with fields: next : string 
totalCount : integer (format: int32) ( Nullable and Optional , defaults to null )
data : array of UnfurlsBlockListEntry 
|
|
Last modified: 08 September 2022