Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To update an existing EditorialObject, use the following curl command to send a PATCHrequest with the IRI and new values. Make sure to include the namedGraph key and value in the post body with the information you want to update. The namedGraph specifies the graph in the triplestore where your information is preserved. Passing the namedGraph is necessary when using ENAPSO together free version. otherwiseOtherwise, the update operation will not perform.

...

These curl commands provide a direct way to interact with your RESTful API, enabling you to perform create, read, update, and delete operations on EditorialObject

CORS

Here we need to talk about:Adding the

CORS

...

Configuring the CORS plugin. Here we need also to talk about that we need to support ALL HTTP Methods. In the default Config PATCH is not included!

...

Setting Up CORS for Your Web Client

...