Reference Data
Path parameters
idintegerRequired
Reference dataset ID
Body
datasetstring · binary · nullableOptional
CSV file content
domain_idsinteger[] · nullableOptional
Domain IDs to associate with the dataset
namestring · nullableOptional
Dataset name
Responses
200
Reference dataset updated
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
put/api/reference_data/{id}
Path parameters
idintegerRequired
Reference dataset ID
Body
datasetstring · binary · nullableOptional
CSV file content
domain_idsinteger[] · nullableOptional
Domain IDs to associate with the dataset
namestring · nullableOptional
Dataset name
Responses
200
Reference dataset updated
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
patch/api/reference_data/{id}
Body
datasetstring · binaryRequired
CSV file content
domain_idsinteger[]Required
Domain IDs to associate with the dataset
namestringRequired
Dataset name
Responses
201
Reference dataset created
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
post/api/reference_data
Last updated