addField
@PATCH(value = "api/v2/depots/{depot}/collections/{collection}/datasets/{dataset}/fields")
Adds a field to a dataset.
Return
A Call object with a Void response.
Parameters
depot
The depot name.
collection
The collection name.
dataset
The dataset name.
request
The FieldRequest object containing field information.
correlationId
(Optional) The correlation ID for tracking requests.