Hey guys,
the docs are very limited when it comes to setting a favicon, all information I get is it must be a string. No matter what I am trying I always get “id wasn’t supplied”. I’ve created an upload first and then used the upload’s id to set the favicon. Everything is fine with my upload as it’s no problem to insert it into a record.
{"data":[{"id":"7f64f8","type":"api_error","attributes":{"code":"INVALID_FORMAT","details":{"messages":["#/data: failed schema #/definitions/site/links/1/schema/properties/data: \"id\" wasn't supplied."]}}}]}
Same error when I try to pass an object with an id
.
Do you have an idea? Is there any difference when uploading a favicon?