Content Parts
The payload data of a content object is stored in one or several Content Parts.
List Parts
Retrieve information on all content parts.
Create Draft Part
Create a new draft part. The returned part write token can be used to for further operations on the part.
Append Data or Finalize
Append data to the draft part with the given part write token. The part is finalized if no data is provided (empty request body).
Describe Part
Retrieve information about the given part.
Delete Part
Delete the given part.