409 - Conflict

Description

An operation is not available for the current status of the resource.

How to fix

Check API reference and guides for additional information about the operations allowed for the resources in different states.

Example

HTTP/1.1 409 Conflict
content-length: 158
content-type: application/problem+json
date: Mon, 11 Oct 2021 10:42:01 GMT
upvest-request-id: 62a220a6-3128-4090-b3f0-5b0899fd883b

{
    "type": "https://docs.upvest.co/errors/conflict",
    "status": 409,
    "title": "Conflict",
    "request_id": "62a220a6-3128-4090-b3f0-5b0899fd883b"
}

Was this page helpful?