Skip to content

Create or update property description

Request

Path
propertyIdinteger, (int32)required
Bodyapplication/json
textstringrequired
language_codestring, [ 2 .. 5 ] characters
last_updatestring
curl -i -X PUT \
  'https://developers.booking.com/_mock/connectivity/docs/openapispecs/property-details-api/property-details-api-specification/properties/{propertyId}/description' \
  -H 'Content-Type: application/json' \
  -d '{
    "text": "string",
    "language_code": "strin",
    "last_update": "string"
  }'

Responses

default response

Bodyapplication/json
dataobject
warningsArray of objects(ApiErrorOTA)
errorsArray of objects(ApiErrorOTA)
metaobject(ResponseMeta)
Response
{ "data": {}, "warnings": [ {} ], "errors": [ {} ], "meta": { "ruid": "string" } }