https://docs.strapi.io/dev-docs/api/rest#update-an-entry
import { updateEntry } from "strapi-rest"await updateEntry({ apiUrl: "http://localhost:1337/api/", collection: "posts", data: { title: "Hello world" }}) Copy
import { updateEntry } from "strapi-rest"await updateEntry({ apiUrl: "http://localhost:1337/api/", collection: "posts", data: { title: "Hello world" }})
Generated using TypeDoc
Link
https://docs.strapi.io/dev-docs/api/rest#update-an-entry
Example