enterprise-api

listings_publish-forbidden

Publish Not Permitted

Type
https://problems.atlas.propertyfinder.com/listings-publish-forbidden/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
The listing cannot be published in its current state.

What to do

Verify your account has the right permissions for this action and that the listing is in the correct state to be published.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/listings-publish-forbidden/",
  "title": "Publish Not Permitted",
  "status": 422,
  "code": "listings_publish-forbidden",
  "detail": "The listing cannot be published in its current state."
}

Back to error catalog