Update Leisure Events

put

Update Leisure Events

Allow an existing Leisure Event POI to be updated through the use of a unique identifier. The acronym for the unique identifier is uuid. This uuid is created when you submit a content. If you have not documented the uuid, you can fetch it by using Search Leisure Events By Keyword API.

Resource URL

https://api.stb.gov.sg/content-management /events/v2/{uuid}

Header Parameters

Name Values Description
Content-Type
(required)

Format of the request body sent. Accepts only application/json.

X-Content-Language

Supported language [en | zh-cn | zh-tw | ja | ko].
Validation: acceptable language code

Example

JSON which holds all the properties of the Event to be updated.

uuid UUID of the existing Leisure Event. null true

Request Attributes

Parameter Name Type Max Length Description Example
namestring255Name of the record.
Mandatory
Validation: profanity/offensive words check
TIH Exhibition
typestring255Type in which the record belongs to. Refer to Content Type for Events.
Mandatory
Validation: acceptable type value
Arts
tagsarrayTags pertaining to the record. Refer to Tags.
Mandatory
Validation: acceptable tag value(s)
["Arts", "Culture", "Experiences"]
descriptionstringAn overview to help visitors understand the key features of the record/ listing.
Mandatory
Validation: profanity/offensive words check
Don't miss the TIH Exhibition, Singapore's largest and most anticipated Southeast Asian art exhibition
bodystringBody of the record to provide a detailed description of the Place of Interest to help visitors understand the key features of the record/ listing.
Mandatory
Validation: profanity/offensive words check
The long-awaited TIH Exhibition is here! Immerse yourself in the rich and diverse heritage of Southeast Asian art. Boasting famous masterpieces from all over the world, the TIH exhibition invites visitors to consider how reflections of Southeast Asia have evolved through space and time.
locationobject
location.latitudenumberLocation - Latitude value.
Validation: range from -90 to 90
1.352111
location.longitudenumberLocation - Longitude value.
Validation: range from -180 to 180
103.819811
addressobject
address.blockstring10Address - Block Number.123
address.streetNamestring32Address - Street Name.TIH Road
address.floorNumberstring3Address - Floor Number.1
address.unitNumberstring5Address - Unit Number.123
address.buildingNamestring66Address - Building Name.TIH Building
address.postalCodestring6Address - Postal Code.123456
nearestMrtStationstring255Nearest MRT Station of the record.TIH Station
contactobject
contact.primaryContactNostring16Primary contact number of the record.
Validation: contact number with international prefix symbol
+65 61234567
contact.secondaryContactNostring16Secondary contact number of the record.
Validation: contact number with international prefix symbol
+65 61234568
officialEmailstring255Official email of the record.
Validation: Email format
visittourism123@gmail.com
officialWebsitestring255Official website of the record.https://www.visittourism.com
startDatestringEvent start date, in Singapore timezone.
Mandatory
Validation: date and time format in yyyy-mm-ddThh:mm:ss
2020-10-20T00:00:00
endDatestringEvent end date, in Singapore timezone.
Mandatory
Validation: date and time format in yyyy-mm-ddThh:mm:ss
2020-10-30T00:00:00
ticketedstring1Field to declare if the event admission is ticketed. Boolean value of Y|N.
Validation: acceptable boolean flag value
Y
pricingstring255Event admission price.$10.00
eventOrganizerstring100Attribute used to indicate the Event organiser.
Mandatory
TIH Event Organiser
groupstring255Group field to indicate if the record is related to wellness, possible value Wellness or blank.
Validation: acceptable value
Wellness
thumbnailsarrayThumbnail image pertaining to the record.
thumbnails["uuid"]string255Attribute used to uniquely identify a record in TIH. Provide uuid if using media in TIH.00290ed12345678901abc12abcd1abc1234
thumbnails["libraryUuid"]string255Attribute used to uniquely identify a record in TIH. Provide uuid if using media in TIH.00290ed12345678901xyy12abcd1abc1234
thumbnails["primaryFileMediumUuid"]string255Attribute used to uniquely identify a record in TIH. Provide uuid if using media in TIH.00290ed12345678901acc12abcd1abc1234
thumbnails["url"]string255Media file url. Provide url for external media or url generated from uploading media to TIH repository using Media Image API.http://tih.com/image12345.jpg
imagesarrayImages pertaining to the record.
images["uuid"]string255Attribute used to uniquely identify a record in TIH. Provide uuid if using media in TIH.00290ed12345678901abc12abcd1abc1234
images["libraryUuid"]string255Attribute used to uniquely identify a record in TIH. Provide uuid if using media in TIH.00290ed12345678901xyy12abcd1abc1234
images["primaryFileMediumUuid"]string255Attribute used to uniquely identify a record in TIH. Provide uuid if using media in TIH.00290ed12345678901acc12abcd1abc1234
images["url"]string255Media file url. Provide url for external media or url generated from uploading media to TIH repository using Media Image API.http://tih.com/image12345.jpg
documentsarrayDocument pertaining to the record.
documents["uuid"]string255Attribute used to uniquely identify a record in TIH. Provide uuid if using media in TIH.00290ed12345678901abc12abcd1abc1234
documents["libraryUuid"]string255Attribute used to uniquely identify a record in TIH. Provide uuid if using media in TIH.00290ed12345678901xyy12abcd1abc1234
documents["primaryFileMediumUuid"]string255Attribute used to uniquely identify a record in TIH. Provide uuid if using media in TIH.00290ed12345678901acc12abcd1abc1234
documents["url"]string255Media file url. Provide url for external media or url generated from uploading media to TIH repository using Media Document or Video API.http://tih.com/media
videosarrayVideos pertaining to the record.
videos["uuid"]string255Attribute used to uniquely identify a record in TIH. Provide uuid if using media in TIH.00290ed12345678901abc12abcd1abc1234
videos["libraryUuid"]string255Attribute used to uniquely identify a record in TIH. Provide uuid if using media in TIH.00290ed12345678901xyy12abcd1abc1234
videos["primaryFileMediumUuid"]string255Attribute used to uniquely identify a record in TIH. Provide uuid if using media in TIH.00290ed12345678901acc12abcd1abc1234
videos["url"]string255Media file url. Provide url for external media or url generated from uploading media to TIH repository using Media Document or Video API.http://tih.com/media

Response Error Details

HTTP Code Description
400 Bad Request — Request was not accepted and could be due to malformed parameter (e.g. spelling error) or missing a required parameter.
401 Unauthorised — API key is invalid or was not provided.
403 Forbidden — API key does not have the permission to perform the request.
404 Resource Not Found — Requested resource (i.e. the resource URL) does not exist.
405 Method Not Allowed — The HTTP request method is not supported by the resource.
406 Not Acceptable — Requester's acceptable content type for the response does not match the content type returned by the resource.
414 Request URL Too Long — Request URL exceeded the maximum acceptable URL length.
415 Unsupported Media Type — Request's format is not supported by the resource.
422 Unprocessable Entity — Request was not accepted, often due to semantic errors, such as data format.
500 Server Errors — Something is not working on TIH's end, happened very rarely.

Resource Summary

Security Content Type Category

OAuth 2.0

application/json

Events (Leisure)

Working...

JSON which holds all the properties of the Event to be updated.