Skip to content

Update WinkLinks Entry

PUT
/api/managing-entity/{managingEntityIdentifier}/wink-links/syndication/entry/{syndicatedItemIdentifier}
curl --request PUT \
--url https://api.wink.travel/api/managing-entity/owner-1/wink-links/syndication/entry/syndication-entry-1 \
--header 'Content-Type: application/json' \
--header 'Wink-Version: 2.0' \
--data '{ "title": "", "contentUrl": "", "sort": "", "type": "WEB_LINK", "metadata": "", "descriptions": [ "" ], "tags": "", "multimedias": "", "display": "FROM_SETTINGS", "disabled": false, "publishDate": "", "publishStatus": "PUBLISHED", "lockCode": "", "uniqueId": "", "userTags": [ "" ], "hashTags": [ "" ] }'

Updates an existing syndication entry.

managingEntityIdentifier
required
string
""

Create entry for this owner identifier.

Example
owner-1
syndicatedItemIdentifier
required
string
""

Syndication entry identifier.

Example
syndication-entry-1
Wink-Version
string
default: 2.0.0
Allowed values: 2.0

Request body

Media type application/json
object
title
required

The site name of this entry

string
"" >= 1 characters
Example
Google
contentUrl
required

The url of this entry

string
"" >= 1 characters
Example
https://www.google.com
sort
required

How the author wants this entry to get sorted

integer format: int32
""
Example
0
type
required

The syndication entry type

string
""
Allowed values: WEB_LINK MAP GRID CARD FILE QUOTE POST LOCKED
Example
WEB_LINK
metadata

Extended metadata

object
key
additional properties
descriptions
required

Localized descriptions describing inventory.

Array<object>
>= 1 items
object
name
required

Use as title or short text description

string
""
Example
An example title
description
required

Longer text description

string
"" >= 1 characters <= 2147483647 characters
Example
This is a longer description in the specified language.
language
required

Indicate which language this description is written in.

string
default: en >= 2 characters <= 2 characters
Example
en
creator

Whether it was user or system generated.

string
default: USER
Allowed values: SYSTEM USER
Example
SYSTEM
md5ContentHash

The md5 hash of the name, description and language.

string
""
hashMismatch
boolean
tags

Optional user categories

Array<object>
""
object
value
required

The value that should be persisted.

string
"" >= 1 characters
Example
id-1
label
required

English readable text of the value.

string
"" >= 1 characters
Example
Readable text label
multimedias

The main media for this entry.

Array<object>
""

Multimedia that contains less information than Multimedia object

object
multimediaIdentifier
required

Document identifier

string format: uuid
"" >= 1 characters
Example
image-1
identifier
required

Use this identifier to communicate with Cloudinary.

string
"" >= 1 characters
Example
cloudinary-image-1
type
required

Whether Cloudinary media is a VIDEO or IMAGE.

string
""
Allowed values: IMAGE VIDEO AUDIO RAW
Example
IMAGE
source
required

Currently ONLY using Cloudinary to store all image / video assets.

string
default: CLOUDINARY
Allowed values: YOUTUBE CLOUDINARY
Example
CLOUDINARY
sort
required

Sort allows you to control how you want to sort this record in a list of media records.

integer format: int32
default: 999
Example
10
angle

Media angle

string
""
Example
-90
width
required

Media width in pixels.

integer format: int32
"" >= 1
Example
2560
height
required

Media height in pixels.

integer format: int32
"" >= 1
Example
1600
published

Instead of deleting the media, choose to un-publish it instead for later re-use. Could be you keep seasonal images of the property.

boolean
Example
true
category

Supported OTA specification PIC code. See OTA geoname data

string
""
Example
1
descriptions

Localized media captions to give user some context about where this media was taken.

Array<object>
""
object
name
required

Use as title or short text description

string
""
Example
An example title
description
required

Longer text description

string
"" >= 1 characters <= 2147483647 characters
Example
This is a longer description in the specified language.
language
required

Indicate which language this description is written in.

string
default: en >= 2 characters <= 2 characters
Example
en
creator

Whether it was user or system generated.

string
default: USER
Allowed values: SYSTEM USER
Example
SYSTEM
md5ContentHash

The md5 hash of the name, description and language.

string
""
hashMismatch
boolean
lifestyleType

Associate this media with a specific lifestyle type. A user searching and filtering inventory based on lifestyles can be shown relevant media first.

string
""
Allowed values: LIFESTYLE_HEALTH_FITNESS LIFESTYLE_RELAX LIFESTYLE_ADULT_ONLY LIFESTYLE_ADVENTURE LIFESTYLE_BUSINESS LIFESTYLE_LGBT LIFESTYLE_SINGLE_PARENT LIFESTYLE_SOLO_FEMALE LIFESTYLE_BEAUTY LIFESTYLE_FOODIE LIFESTYLE_FAMILY LIFESTYLE_ROMANCE LIFESTYLE_COUPLE LIFESTYLE_SOLO LIFESTYLE_BACKPACKER LIFESTYLE_SHOPPING LIFESTYLE_SPORTS LIFESTYLE_MOUNTAIN LIFESTYLE_BEACH LIFESTYLE_CITY LIFESTYLE_COUNTRY LIFESTYLE_CULTURE LIFESTYLE_ECO
Example
LIFESTYLE_HEALTH_FITNESS
attribution

Whether image has attribution properties

Array<object>
""
object
url

URL to contributor

string
""
Example
https://maps.google.com/maps/contrib/111628493169070103594
name
required

Name of contributor

string
"" >= 1 characters
Example
Samuel Adams
isLandscape

True if media width is greater or equal to height

boolean
Example
true
Example
For web links, it would be the Open Graph image url. For a file upload, it would be the multipart file.
display

Whether to treat all links as flat web links or try to embed more advanced data.

string
""
Allowed values: FROM_SETTINGS FROM_LAYOUT BANNER BANNER_INTELLIGENT
Example
Embedding a tweet
disabled

Whether author wants to disable the post.

boolean
publishDate

An optional date for when this post will be displayed.

string format: date-time
""
publishStatus

Publish status of post.

string
default: PUBLISHED
Allowed values: PUBLISHED ARCHIVED
Example
PUBLISHED
lockCode

Optional code the author can require be entered by the user in order to see the post.

string
""
Example
ABC123
uniqueId

Optional unique code that can be used to access this record.

string
"" >= 5 characters <= 5 characters
Example
https://trvl.as/Hbgt56
userTags
Array<string>
hashTags
Array<string>

OK

Media type application/json
object
id

Document UUID

string
""
createdDate

Datetime this record was first created

string format: date-time
""
lastUpdate

Datetime this record was last updated

string format: date-time
""
version

Version property that shows how many times this document has been persisted. Document will not persist if the version property is less than current version property in the system. Result in an optimistic locking exception.

integer format: int64
""
userIdentifier
required

Creator of entry

string format: uuid
"" >= 1 characters
ownerIdentifier
required

The user’s owner company this entry associates with

string format: uuid
"" >= 1 characters
title
required

The site name of this entry

string
"" >= 1 characters
contentUrl
required

The url of this entry

string
"" >= 1 characters
sort
required

How the author wants this entry to get sorted

integer format: int32
""
status
required

This can change if it’s linked to travel inventory that is no longer available.

string
""
Allowed values: ACTIVE INACTIVE REMOVED
type
required

The syndication entry type

string
""
Allowed values: WEB_LINK MAP GRID CARD FILE QUOTE POST LOCKED
metadata

Extended metadata

object
key
additional properties
descriptions
required

Localized descriptions describing inventory.

Array<object>
>= 1 items
object
name
required

Use as title or short text description

string
""
description
required

Longer text description

string
"" >= 1 characters <= 2147483647 characters
language
required

Indicate which language this description is written in.

string
default: en >= 2 characters <= 2 characters
creator

Whether it was user or system generated.

string
default: USER
Allowed values: SYSTEM USER
md5ContentHash

The md5 hash of the name, description and language.

string
""
hashMismatch
boolean
tags

Optional user categories

Array<object>
""
object
value
required

The value that should be persisted.

string
"" >= 1 characters
label
required

English readable text of the value.

string
"" >= 1 characters
multimedias

The main multimedias for this entry.

Array<object>
""

Multimedia that contains less information than Multimedia object

object
multimediaIdentifier
required

Document identifier

string format: uuid
"" >= 1 characters
identifier
required

Use this identifier to communicate with Cloudinary.

string
"" >= 1 characters
type
required

Whether Cloudinary media is a VIDEO or IMAGE.

string
""
Allowed values: IMAGE VIDEO AUDIO RAW
source
required

Currently ONLY using Cloudinary to store all image / video assets.

string
default: CLOUDINARY
Allowed values: YOUTUBE CLOUDINARY
sort
required

Sort allows you to control how you want to sort this record in a list of media records.

integer format: int32
default: 999
angle

Media angle

string
""
width
required

Media width in pixels.

integer format: int32
"" >= 1
height
required

Media height in pixels.

integer format: int32
"" >= 1
published

Instead of deleting the media, choose to un-publish it instead for later re-use. Could be you keep seasonal images of the property.

boolean
category

Supported OTA specification PIC code. See OTA geoname data

string
""
descriptions

Localized media captions to give user some context about where this media was taken.

Array<object>
""
object
name
required

Use as title or short text description

string
""
description
required

Longer text description

string
"" >= 1 characters <= 2147483647 characters
language
required

Indicate which language this description is written in.

string
default: en >= 2 characters <= 2 characters
creator

Whether it was user or system generated.

string
default: USER
Allowed values: SYSTEM USER
md5ContentHash

The md5 hash of the name, description and language.

string
""
hashMismatch
boolean
lifestyleType

Associate this media with a specific lifestyle type. A user searching and filtering inventory based on lifestyles can be shown relevant media first.

string
""
Allowed values: LIFESTYLE_HEALTH_FITNESS LIFESTYLE_RELAX LIFESTYLE_ADULT_ONLY LIFESTYLE_ADVENTURE LIFESTYLE_BUSINESS LIFESTYLE_LGBT LIFESTYLE_SINGLE_PARENT LIFESTYLE_SOLO_FEMALE LIFESTYLE_BEAUTY LIFESTYLE_FOODIE LIFESTYLE_FAMILY LIFESTYLE_ROMANCE LIFESTYLE_COUPLE LIFESTYLE_SOLO LIFESTYLE_BACKPACKER LIFESTYLE_SHOPPING LIFESTYLE_SPORTS LIFESTYLE_MOUNTAIN LIFESTYLE_BEACH LIFESTYLE_CITY LIFESTYLE_COUNTRY LIFESTYLE_CULTURE LIFESTYLE_ECO
attribution

Whether image has attribution properties

Array<object>
""
object
url

URL to contributor

string
""
name
required

Name of contributor

string
"" >= 1 characters
isLandscape

True if media width is greater or equal to height

boolean
display

Whether to treat all links as flat web links or try to embed more advanced data.

string
""
Allowed values: FROM_SETTINGS FROM_LAYOUT BANNER BANNER_INTELLIGENT
disabled

Whether author wants to disable the post.

boolean
publishDate

An optional date for when this post will be displayed.

string format: date-time
""
publishStatus

Publish status of post.

string
default: PUBLISHED
Allowed values: PUBLISHED ARCHIVED
lockCode

Optional code the author can require be entered by the user in order to see the post.

string
""
uniqueId

Optional unique code that can be used to access this record.

string
"" >= 5 characters <= 5 characters
userTags
Array<string>
hashTags
Array<string>
Example
{
"id": "",
"createdDate": "",
"lastUpdate": "",
"version": "",
"userIdentifier": "",
"ownerIdentifier": "",
"title": "",
"contentUrl": "",
"sort": "",
"status": "ACTIVE",
"type": "WEB_LINK",
"metadata": "",
"descriptions": [
""
],
"tags": "",
"multimedias": "",
"display": "FROM_SETTINGS",
"disabled": false,
"publishDate": "",
"publishStatus": "PUBLISHED",
"lockCode": "",
"uniqueId": "",
"userTags": [
""
],
"hashTags": [
""
]
}

Bad Request

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com",
"properties": {
"additionalProperty": "example"
}
}

Unauthorized

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Forbidden

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Internal Server Error

object
Example generated
{}