DatasetVersionMetaPostBodyBody: {
    annotations?: string;
    meta_properties?: string;
}

Type declaration

  • Optionalannotations?: string

    JSON string containing a list of annotations. The format of the labels should match either the Fields Descriptor or Service Execution annotation formats described in the data-manager-metadata library.

  • Optionalmeta_properties?: string

    JSON string containing a list of parameter changes to the metadata. Only the description is currently allowed.