Skip to content

ndi.cloud.datasets.post_organization

  POST_ORGANIZATIONS - Create a new dataset

  [STATUS,RESPONSE] = ndi.cloud.datasets.post_organizations(ORGANIZATION_ID, DATASET, AUTH_TOKEN)

  Inputs:
    ORGANIZATION_ID - a string representing the id of the organization
    DATASET - a JSON object representing the dataset
    AUTH_TOKEN - a string representing the authentification token

  Outputs:
    STATUS - did post request work? 1 for no, 0 for yes
    RESPONSE - the new dataset summary
    DATASET_ID - the id of the newly created dataset