DATA_STORE

Create Basic Data Store

Create a basic data store in the database with just name, type and description. :param db: The database session for accessing the database. :param data_store_creation_request: The data store creation request containing basic information. :param auth: The authorization token for the request. :return: A data store creation response containing the data store ID, and a message.

post/data_stores/basic/

Request body

namestring required
typestring required
descriptionstring required

Response

Successful Response

idinteger nullable
namestring nullable
typestring nullable
descriptionstring nullable
messagestring required

Changes

No recorded changes to this endpoint across all 28 revisions of this API.