Api 422 Error - Invalid Format

Hi, I’ve removed a field from a model, and now whenever I try to update the model instance via the CMS, I’m getting a red popin. The Network Tab from the Inspector shows a 422 error with the following payload.

{
  "data": [
    {
      "id": "d4cfb6",
      "type": "api_error",
      "attributes": {
        "code": "INVALID_FORMAT",
        "details": {
          "messages": [
            "#/data: failed schema #/definitions/item/links/4/schema/properties/data: \"meta\" is not a permitted key."
          ]
        }
      }
    }
  ]
}

I’m not exactly sure about what to do, nor how to interpret this.

Thanks for your help!

hello @david.bismut it was a bug on our end that should be solved now, sorry for that!

1 Like

All good, thanks @mat_jack1!

1 Like