Solved

There is a new version of this draft

  • 18 January 2024
  • 2 replies
  • 36 views

Badge +2

When I make a call to this endpoint: https://dev.frontapp.com/reference/edit-draft

I get the following error as a response from the frontapp api: `There is a new version of this draft`

I don’t understand what is causing this error. What can I do?

 

Just to clarify, the draft hasn’t been touched at all. In fact the update occur less than a second after the creation of the draft.

icon

Best answer by justin 18 January 2024, 18:02

View original

2 replies

Userlevel 3
Badge +7

Hi, Guillaume 👋

This error can occur when you attempt to edit a draft with an outdated, or non-existent, version param in the request body. 

To successfully update the draft, you will want to use the version received in the payload from the request to the Create Draft endpoint. 

Best, 
Justin

Badge +2

I just tested it and it is correct. You should update the documentation of this endpoint to explain it: https://dev.frontapp.com/reference/edit-draft

 

For the property `version`, you should add something like this text: “Version of the draft. It should be a valid version id or else you’ll get the following error `There is a new version of this draft`. You can find the version id of a draft in the response of a create draft or in the get list of draft.”

Reply