RP_APIModifyDataSet: RP_APIModifyDataSet

View source: R/RP_SelfServiceAPI_EndPoints.R

RP_APIModifyDataSetR Documentation

RP_APIModifyDataSet

Description

Modify an existing dataset on ravenpack.com. When modifying a dataset, it is possible to provide just the parameters that you wish to modify. Any parameters that are not included in the request will retain their value and will not be modified.

Usage

RP_APIModifyDataSet(APIHandler, payload, datasetUUID)

Arguments

APIHandler

An API handler, created using RP_CreateAPIHandler.

payload

A string in JSON format with the request body parameters.

datasetUUID

A string with the dataset identifier to modify.

Value

TRUE if the dataset was successfully deleted. An error message otherwise.

Author(s)

Jose A. Guerrero-Colon


RavenPack/r-api documentation built on July 30, 2022, 9:56 p.m.