v5

latestOpenAPI 3.1.02026-08-081,0211,3082.1 MB
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