JetBrains Space Help

Unfurls

post /api/http/unfurls/block-unfurl

Block link unfurling

Request arguments

object with fields:

  • link: string Required

  • wholeHost: boolean Required

Response

No arguments

post /api/http/unfurls/block-unfurl-global

Block link unfurling for organization

Request arguments

object with fields:

  • link: string Required

  • wholeHost: boolean Required

Response

No arguments

Check if unfurl is blocked

post /api/http/unfurls/check-blocked

Request arguments

object with fields:

  • link: string Required

Response

boolean

post /api/http/unfurls/unblock-unfurl

Unblock link unfurling

Request arguments

object with fields:

  • link: string Required

  • wholeHost: boolean Required

Response

No arguments

post /api/http/unfurls/unblock-unfurl-global

Unblock link unfurling for organization

Request arguments

object with fields:

  • link: string Required

  • wholeHost: boolean Required

Response

No arguments

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 Required

  • totalCount: integer (format: int32) ( Nullable and Optional , defaults to null)

  • data: array of UnfurlsBlockListEntry Required

Last modified: 08 September 2022