Updates a dataset's name and descriptionAsk AIpost https://api.actonsoftware.com/custom-objects/v1/{accountId}/data/{objectId}/{identifier}Modifies metadata for an existing datasetPath ParamsaccountIdstringrequiredThe Act-On account IdobjectIdstringrequiredThe Custom Object IdidentifierstringrequiredThe dataset ID or nameBody ParamsnamestringName of the datasetdescriptionstringDescription of the datasetisDefaultbooleanWhether to set the dataset as the default for the custom objecttruefalseResponses 200Dataset successfully updated 400Bad request - invalid name format 401Unauthorized 403Forbidden 404Dataset not found 409Dataset name already exists 500Internal Server ErrorUpdated 10 months ago