Versions Compared

Key

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

...

Content layer
id1044213380


Content column
id1044213383


Content block
id1044213382

Unless specified otherwise, this document assumes that the following specific operations call HTTP methods.

OperationHTTP methodMeaning
Get or readGETGet data.
CreatePOSTCreate new data.
Replace attributesPUTReplace all existing attributes with the new ones. Attributes with unspecified new values will be reset to null values.
Update a (sub)set of attributesPATCHReplace some attributes only with the new ones. Unspecified attributes remain unchanged.
DeleteDELETEDelete data.



Content block
id1044213379

Related pages