Skip to main content
PUT
Edit Datastore Configuration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

datastore_id
string<uuid>
required

ID of the datastore to edit

Body

application/json

Input model for editing a datastore.

name
string

Name of the datastore

configuration
Configuration · object

Configuration of the datastore. If not provided, current configuration is retained.

Response

Successful Response

id
string<uuid>
required

ID of the datastore