enterprise-api

listings_core-fields-immutable

Core Fields Cannot Be Changed

Type
https://problems.atlas.propertyfinder.com/listings-core-fields-immutable/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
One or more core fields (type, category, bedrooms, etc.) cannot be changed on a live listing.

What to do

Unpublish the listing before changing core fields.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/listings-core-fields-immutable/",
  "title": "Core Fields Cannot Be Changed",
  "status": 422,
  "code": "listings_core-fields-immutable",
  "detail": "One or more core fields (type, category, bedrooms, etc.) cannot be changed on a live listing."
}

Back to error catalog