Unfurls
Block unfurl
post /api/http/unfurls/block-unfurl
Block link unfurling.
Request arguments | object with fields : | |
Block unfurl global
post /api/http/unfurls/block-unfurl-global
Block link unfurling for organization.
Request arguments | object with fields : | |
Check blocked
post /api/http/unfurls/check-blocked
Request arguments | object with fields : | |
Unblock unfurl
post /api/http/unfurls/unblock-unfurl
Disable link unfurling.
Request arguments | object with fields : | |
Unblock unfurl global
post /api/http/unfurls/unblock-unfurl-global
Disable blocking link unfurling for organization.
Request arguments | object with fields : | |
List blocked
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 ( Required )
totalCount : integer (format: int32) ( Nullable and Optional , defaults to null )
data : array of UnfurlsBlockListEntry ( Required )
| |
Last modified: 02 July 2020