enterprise-api

listings_publish-conflict

Publish Already In Progress

Type
https://problems.atlas.propertyfinder.com/listings-publish-conflict/
HTTP status
409 Conflict
Retryable
No
Detail
A publish request for this listing is already pending or a concurrent modification conflict occurred.

What to do

Wait for the pending publish to finish, then retry.

Example response

An HTTP 409 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/listings-publish-conflict/",
  "title": "Publish Already In Progress",
  "status": 409,
  "code": "listings_publish-conflict",
  "detail": "A publish request for this listing is already pending or a concurrent modification conflict occurred."
}

Back to error catalog