enterprise-api

listings_not-live

Listing Is Not Live

Type
https://problems.atlas.propertyfinder.com/listings-not-live/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
The listing must be in a live state to perform this action.

What to do

Publish the listing so it is live before performing this action.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/listings-not-live/",
  "title": "Listing Is Not Live",
  "status": 422,
  "code": "listings_not-live",
  "detail": "The listing must be in a live state to perform this action."
}

Back to error catalog